Files
levelcache/tsconfig.json

13 lines
258 B
JSON
Raw Normal View History

2021-04-23 18:40:57 +00:00
{
"compilerOptions": {
2022-03-22 22:45:12 +01:00
"target": "ES2022",
2024-02-14 01:32:19 +01:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
2023-07-20 22:54:07 +02:00
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"strict": false,
"types": ["node"]
2024-02-14 01:32:19 +01:00
},
"exclude": ["dist_*/**/*.d.ts"]
2022-03-22 22:45:12 +01:00
}