base2020/tsconfig.json

9 lines
157 B
JSON

{
"compilerOptions": {
"alwaysStrict": true,
"experimentalDecorators": true,
"strict": true,
"target": "es2015",
}
}