base2020/tsconfig.json

11 lines
216 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"alwaysStrict": true,
"experimentalDecorators": true,
2020-02-15 22:56:38 +00:00
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"target": "es2015"
}
}