Skip to content

Commit 416f90e

Browse files
committed
Add a tsconfig.json file
1 parent e572966 commit 416f90e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: tsconfig.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"include": ["src", "tests"],
3+
"compilerOptions": {
4+
"baseUrl": ".",
5+
"esModuleInterop": true,
6+
"experimentalDecorators": true,
7+
"lib": ["es6", "dom", "dom.iterable"],
8+
"module": "ESNext",
9+
"moduleResolution": "node",
10+
"noEmit": true,
11+
"sourceMap": true,
12+
"strict": true,
13+
"target": "ES2020"
14+
}
15+
}

0 commit comments

Comments
 (0)