Skip to content

Commit ec65889

Browse files
committed
Add tsconfig.json
1 parent 415d0eb commit ec65889

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

tsconfig.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"compilerOptions": {
3+
"sourceMap": true,
4+
"strict": true,
5+
"noImplicitReturns": true,
6+
"noImplicitAny": true,
7+
"module": "es2015",
8+
"experimentalDecorators": true,
9+
"emitDecoratorMetadata": true,
10+
"moduleResolution": "node",
11+
"target": "es5",
12+
"lib": [
13+
"es2016",
14+
"dom"
15+
]
16+
},
17+
"include": [
18+
"resources/assets/ts/**/*"
19+
]
20+
}

0 commit comments

Comments
 (0)