1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 04:05:01 +00:00
mon-entreprise/modele-social/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
109 B
JSON
Raw Normal View History

2020-12-17 10:30:52 +01:00
{
"compilerOptions": {
"allowJs": true,
2020-12-17 10:30:52 +01:00
"noEmit": true,
"strict": true
},
"include": ["build.js"]
2020-12-17 10:30:52 +01:00
}