smartacme/tsconfig.json

11 lines
217 B
JSON
Raw Normal View History

2019-01-08 19:45:35 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
2022-09-27 13:40:55 +00:00
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
2019-01-08 19:45:35 +00:00
}
}