mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 17:49:24 +00:00
the important stuff
This commit is contained in:
21
tsconfig.json
Normal file
21
tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user