ts-demo-snake/tsconfig.json
2021-07-21 10:06:12 +08:00

9 lines
153 B
JSON

{
// 随便配置下
"compilerOptions": {
"module": "ES2015",
"target": "ES2015",
"strict": true,
"noEmitOnError": true
}
}