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

12 lines
233 B
JSON
Raw Normal View History

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