1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/publicodes/ui-react/tsconfig.json
2021-05-20 12:38:03 +02:00

11 lines
230 B
JSON

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