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