mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-13 06:05:02 +00:00
9 lines
140 B
JSON
9 lines
140 B
JSON
|
{
|
||
|
"extends": "../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "source",
|
||
|
"typeRoots": ["source/types"]
|
||
|
},
|
||
|
"include": ["source"]
|
||
|
}
|