Skip to content

Commit 34268fa

Browse files
authored
Create tsconfig.json
1 parent 2a65e28 commit 34268fa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tsconfig.json

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es6",
4+
"module": "commonjs",
5+
"outDir": "./",
6+
"rootDir": "./",
7+
"strict": true,
8+
"esModuleInterop": true,
9+
"skipLibCheck": true,
10+
"declaration": true
11+
},
12+
"include": [
13+
"*.ts"
14+
],
15+
"exclude": [
16+
"node_modules"
17+
]
18+
}

0 commit comments

Comments
 (0)