ts-demo-snake/tsconfig.json

9 lines
153 B
JSON
Raw Normal View History

2021-07-21 10:06:12 +08:00
{
// 随便配置下
"compilerOptions": {
"module": "ES2015",
"target": "ES2015",
"strict": true,
"noEmitOnError": true
}
}