smartjson/tsconfig.json

10 lines
188 B
JSON
Raw Normal View History

2017-02-27 13:05:03 +00:00
{
2022-06-09 17:54:43 +00:00
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
}
2017-02-27 13:05:03 +00:00
}