Skip to content

Commit 497f760

Browse files
author
Simon Planinschek
committed
Add typescript config file to project root
1 parent 5232fb9 commit 497f760

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"compilerOptions": {
3+
"module": "esnext",
4+
"target": "es5",
5+
"moduleResolution": "Node",
6+
"declaration": false,
7+
"strict": true,
8+
"esModuleInterop": true
9+
},
10+
"include": ["src"],
11+
"exclude": [
12+
"node_modules"
13+
]
14+
}

0 commit comments

Comments
 (0)