mirror of
https://github.com/sern-handler/sern-community
synced 2026-06-06 01:16:57 +00:00
17 lines
354 B
JSON
17 lines
354 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"importsNotUsedAsValues": "error",
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|