Skip to content

Commit

Permalink
cleanup debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lwin-kyaw committed Jan 30, 2024
1 parent ed24b7d commit f656a1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"cSpell.words": ["Mutex", "Mutexes", "toruslabs"]
}
42 changes: 3 additions & 39 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,5 @@
// {
// "extends": "@toruslabs/config/tsconfig.default.json",
// "include": ["src", "test"],
// "compilerOptions": {},
// "ts-node": {
// "compilerOptions": {
// "module": "CommonJS",
// "target": "ES2015",
// }
// }
// }

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"moduleResolution": "bundler",
"strict": true,
"module": "esnext",
"target": "esnext",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"sourceMap": true,
"esModuleInterop": true,
"noImplicitThis": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"isolatedModules": true,
"noImplicitAny": true,
"strictNullChecks": false,
"skipLibCheck": true
},
"ts-node": {
"compilerOptions": {
"module": "CommonJS",
"target": "ES2015"
}
}
"extends": "@toruslabs/config/tsconfig.default.json",
"include": ["src", "test"],
"compilerOptions": {}
}

0 comments on commit f656a1b

Please sign in to comment.