mon-entreprise/modele-social/tsconfig.json

9 lines
124 B
JSON
Raw Normal View History

2020-12-17 09:30:52 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"strict": true
},
"include": ["build.js"]
}