perlica
Version:
> [!WARNING] > 🚧 Work in progress!
28 lines (22 loc) • 554 B
JSON
{
"compilerOptions": {
"lib": ["ESNext"],
"target": "ESNext",
"noEmit": true,
"module": "ESNext",
"moduleResolution": "bundler",
"verbatimModuleSyntax": true,
"allowImportingTsExtensions": true,
"esModuleInterop": true,
"preserveSymlinks": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"paths": {
"~/*": ["./src/*"]
}
},
"exclude": ["node_modules"]
}