levelcache/tsconfig.json

9 lines
150 B
JSON
Raw Normal View History

2021-04-23 18:40:57 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
2022-03-22 21:45:12 +00:00
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
2021-04-23 18:40:57 +00:00
}
2022-03-22 21:45:12 +00:00
}