Files
smartfile/tsconfig.json
T

12 lines
241 B
JSON
Raw Normal View History

2020-10-05 16:20:57 +00:00
{
"compilerOptions": {
2023-06-23 18:39:01 +02:00
"target": "ES2022",
2024-04-01 21:35:01 +02:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
2020-10-05 16:20:57 +00:00
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"noImplicitAny": true
2024-04-01 21:35:01 +02:00
},
"exclude": ["dist_*/**/*.d.ts"]
2023-06-23 18:39:01 +02:00
}