mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 01:45:03 +00:00
9 lines
191 B
JSON
9 lines
191 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/types",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"include": ["source/index.ts", "source/types"]
|
|
}
|