MasterMind/tsconfig.json
Florian Bouillon a2ed5c57f0
pouet
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-02-17 09:24:45 +01:00

10 lines
153 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noImplicitAny": true,
"module": "es6",
"target": "es2016",
"allowJs": true
}
}