1 parent fcab3a1 commit a0519f5Copy full SHA for a0519f5
1 file changed
api/tsconfig.json
@@ -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