2024-01-02 02:44:13 +01:00
|
|
|
{
|
2024-01-09 13:36:37 +01:00
|
|
|
"exclude": ["src/**/*.test.ts"],
|
2024-01-02 02:44:13 +01:00
|
|
|
"compilerOptions": {
|
2026-01-12 22:06:45 +01:00
|
|
|
"outDir": "./lib",
|
2026-01-15 00:04:05 +01:00
|
|
|
"target": "esnext",
|
|
|
|
|
"module": "nodenext",
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"allowImportingTsExtensions": true,
|
|
|
|
|
"rewriteRelativeImportExtensions": true,
|
|
|
|
|
"erasableSyntaxOnly": true,
|
|
|
|
|
"verbatimModuleSyntax": true
|
2024-01-02 02:44:13 +01:00
|
|
|
}
|
2024-01-09 13:36:37 +01:00
|
|
|
}
|