mirror of
https://github.com/stjet/bns.git
synced 2025-12-29 03:09:24 +00:00
16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"module": "node16",
|
|
"moduleResolution": "node16",
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true
|
|
},
|
|
"lib": ["ES2020"],
|
|
"exclude": ["node_modules", "ts_test"]
|
|
}
|