mirror of
https://github.com/Aviortheking/MasterMind.git
synced 2025-04-22 02:42:13 +00:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es2016",
|
|
"allowJs": true
|
|
}
|
|
}
|