Skip to content

Commit 0dac61e

Browse files
committed
chore: init tsconfig.json
1 parent 8fa124b commit 0dac61e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tsconfig.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"compilerOptions": {
3+
"outDir": "dist",
4+
"module": "NodeNext",
5+
"strict": true,
6+
"noEmitOnError": true
7+
},
8+
"include": [
9+
"src/**/*.ts",
10+
]
11+
}

0 commit comments

Comments
 (0)