1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/modele-social/tsconfig.json
2020-12-18 10:44:48 +01:00

8 lines
124 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"strict": true
},
"include": ["build.js"]
}