mirror of
https://github.com/Aviortheking/MasterMind.git
synced 2025-05-28 11:29:55 +00:00
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"allowJs": true
|
|
}
|
|
}
|