Skip to content

Commit 31ae7e3

Browse files
committed
Create tsconfig.json
1 parent 1d45acc commit 31ae7e3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tsconfig.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"compilerOptions": {
3+
"module": "system",
4+
"noImplicitAny": true,
5+
"removeComments": true,
6+
"preserveConstEnums": true,
7+
"outFile": "../../built/local/tsc.js",
8+
"sourceMap": true
9+
},
10+
"include": [
11+
"*"
12+
],
13+
"exclude": [
14+
"node_modules"
15+
]
16+
}

0 commit comments

Comments
 (0)