1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 04:05:01 +00:00
mon-entreprise/publicodes/react/tsconfig.json

11 lines
233 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"target": "es2015",
"lib": ["es2019", "dom"],
"outDir": "./dist/",
"declaration": true
},
"include": ["source/index.tsx", "source/types"]
}