MasterMind/tsconfig.json
Florian Bouillon f7a3ae6815 Base du jeux
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2020-11-25 16:49:16 +01:00

10 lines
150 B
JSON

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