Skip to content

Commit f656a1b

Browse files
committed
cleanup debug logs
1 parent ed24b7d commit f656a1b

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll": true
3+
"source.fixAll": "explicit"
44
},
55
"cSpell.words": ["Mutex", "Mutexes", "toruslabs"]
66
}

tsconfig.json

+3-39
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,5 @@
1-
// {
2-
// "extends": "@toruslabs/config/tsconfig.default.json",
3-
// "include": ["src", "test"],
4-
// "compilerOptions": {},
5-
// "ts-node": {
6-
// "compilerOptions": {
7-
// "module": "CommonJS",
8-
// "target": "ES2015",
9-
// }
10-
// }
11-
// }
12-
131
{
14-
"$schema": "https://json.schemastore.org/tsconfig",
15-
"compilerOptions": {
16-
"moduleResolution": "bundler",
17-
"strict": true,
18-
"module": "esnext",
19-
"target": "esnext",
20-
"lib": ["ES2022", "DOM", "DOM.Iterable"],
21-
"sourceMap": true,
22-
"esModuleInterop": true,
23-
"noImplicitThis": true,
24-
"declaration": true,
25-
"allowSyntheticDefaultImports": true,
26-
"resolveJsonModule": true,
27-
"noUncheckedIndexedAccess": true,
28-
"noUnusedLocals": true,
29-
"noUnusedParameters": true,
30-
"isolatedModules": true,
31-
"noImplicitAny": true,
32-
"strictNullChecks": false,
33-
"skipLibCheck": true
34-
},
35-
"ts-node": {
36-
"compilerOptions": {
37-
"module": "CommonJS",
38-
"target": "ES2015"
39-
}
40-
}
2+
"extends": "@toruslabs/config/tsconfig.default.json",
3+
"include": ["src", "test"],
4+
"compilerOptions": {}
415
}

0 commit comments

Comments
 (0)