smartjson/tsconfig.json

11 lines
217 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",
2022-06-26 09:20:39 +00:00
"moduleResolution": "nodenext",
"esModuleInterop": true
2022-06-09 17:54:43 +00:00
}
2017-02-27 13:05:03 +00:00
}