mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 05:15:02 +00:00
11 lines
233 B
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"]
|
|
}
|