mirror of
https://github.com/stjet/banani.git
synced 2025-12-29 09:39:23 +00:00
ts strict: true and noUnusedLocals: true - v1.0.5
had to do one @ts-ignore because .d.ts file for tweetnacl_mod.js are not going to happen
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"noUnusedLocals": true
|
||||
},
|
||||
"lib": ["ES2020"],
|
||||
"exclude": ["node_modules", ".build", "browser-main.ts"]
|
||||
|
||||
Reference in New Issue
Block a user