2025-01-18 22:24:42 -05:00

24 lines
462 B
JSON

{
"compilerOptions": {
"target": "es2021",
"module": "esnext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"strict": true,
"noUnusedLocals": false,
"noImplicitAny": true,
"noEmit": true,
"outDir": "dist",
"baseUrl": ".",
"esModuleInterop": true,
"allowSyntheticDefaultImports": false,
"verbatimModuleSyntax": true,
},
"include": [
"."
],
"exclude": [
"dist",
"node_modules"
]
}