1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 00:35:00 +00:00
mon-entreprise/publicodes/tsconfig.json
2020-05-14 15:25:22 +02:00

8 lines
140 B
JSON

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