1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-13 06:05:02 +00:00
mon-entreprise/publicodes/tsconfig.json

9 lines
140 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": "source",
"typeRoots": ["source/types"]
},
"include": ["source"]
}