smartdata/tsconfig.json

10 lines
188 B
JSON
Raw Normal View History

2018-07-09 22:02:04 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
2022-05-16 22:33:44 +00:00
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
2018-07-09 22:02:04 +00:00
}
2022-05-16 22:33:44 +00:00
}