levelcache/tsconfig.json

12 lines
252 B
JSON
Raw Normal View History

2021-04-23 18:40:57 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
2023-07-20 20:54:07 +00:00
"useDefineForClassFields": false,
2022-03-22 21:45:12 +00:00
"target": "ES2022",
"module": "ES2022",
2023-07-20 20:54:07 +00:00
"moduleResolution": "nodenext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
2021-04-23 18:40:57 +00:00
}
2022-03-22 21:45:12 +00:00
}