mirror of
https://github.com/stjet/bns.git
synced 2025-12-29 03:09:24 +00:00
strict tsconfig, reverse resolve
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"noUnusedLocals": true
|
||||
},
|
||||
"lib": ["ES2020"],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "ts_test"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user