Skip to content

Commit

Permalink
added tsconfig.json to the test directories
Browse files Browse the repository at this point in the history
  • Loading branch information
expectfun committed Oct 7, 2024
1 parent 78649ba commit cb1b9ef
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 01-wallet/test/npmton/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist"
},
"lib": ["es2015"]
}
11 changes: 11 additions & 0 deletions 01-wallet/test/tonweb/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"moduleResolution": "node",
"sourceMap": true,
"outDir": "dist"
},
"lib": ["es2015"]
}

0 comments on commit cb1b9ef

Please sign in to comment.