1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 02:55:01 +00:00
mon-entreprise/publicodes/site/tsconfig.json
2021-05-20 12:38:03 +02:00

7 lines
114 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true
},
"include": ["entry.tsx", "types"]
}