mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
code style, let to const
This commit is contained in:
@@ -3,19 +3,11 @@
|
||||
"target": "es2020",
|
||||
"module": "node16",
|
||||
"moduleResolution": "node16",
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
],
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"lib": [
|
||||
"ES2020"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
".build",
|
||||
"browser-main.ts"
|
||||
]
|
||||
"lib": ["ES2020"],
|
||||
"exclude": ["node_modules", ".build", "browser-main.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user