base2020/tsconfig.json

10 lines
193 B
JSON
Raw Normal View History

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