{
"compilerOptions": {
"noStrictGenericChecks": true,
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipDefaultLibCheck": true,
"lib": ["es6", "dom"],
"types": ["node"]
},
"exclude": ["bin", "node_modules"],
"atom": {
"rewriteTsconfig": false
}
}
Code json file and build error visual studio未知的編譯器選項 'noStrictGenericChecks'
我在Typescript 2.6.2上遇到這個錯誤:(:( – Flink