smartcache/tsconfig.json

11 lines
217 B
JSON
Raw Permalink Normal View History

2022-06-26 18:36:22 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
2023-01-08 08:18:41 +00:00
"moduleResolution": "nodenext",
"esModuleInterop": true
2022-06-26 18:36:22 +00:00
}
}