mirror of
https://github.com/stjet/bns.git
synced 2025-12-29 11:19:25 +00:00
browser_test -> wallet
This commit is contained in:
13
ts_test/tsconfig.json
Normal file
13
ts_test/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2021",
|
||||
"module": "node16",
|
||||
"moduleResolution": "node16",
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"lib": ["ES2020"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user