mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
16 lines
386 B
JSON
16 lines
386 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true
|
|
},
|
|
"lib": ["ES2020"],
|
|
"exclude": ["node_modules", ".build", "browser-main.ts"]
|
|
}
|