mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 02:55:01 +00:00
9 lines
124 B
JSON
9 lines
124 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"strict": true
|
||
|
},
|
||
|
"include": ["build.js"]
|
||
|
}
|