Skip to content

Commit a0519f5

Browse files
dotansimhadarkbasic
authored andcommitted
Step 4.6: Add server's tsconfig file
1 parent fcab3a1 commit a0519f5

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

api/tsconfig.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"compilerOptions": {
3+
"allowSyntheticDefaultImports": true,
4+
"declaration": false,
5+
"emitDecoratorMetadata": true,
6+
"experimentalDecorators": true,
7+
"lib": [
8+
"dom",
9+
"es2015"
10+
],
11+
"module": "commonjs",
12+
"moduleResolution": "node",
13+
"sourceMap": true,
14+
"target": "es5",
15+
"skipLibCheck": true,
16+
"stripInternal": true,
17+
"noImplicitAny": false,
18+
"types": [
19+
"@types/meteor"
20+
]
21+
},
22+
"exclude": [
23+
"node_modules"
24+
],
25+
"compileOnSave": false,
26+
"atom": {
27+
"rewriteTsconfig": false
28+
}
29+
}

0 commit comments

Comments
 (0)