We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac07b6a commit 5c9d934Copy full SHA for 5c9d934
1 file changed
tsconfig.json
@@ -10,7 +10,8 @@
10
"declaration": false,
11
"strict": true,
12
"typeRoots": ["./src/typings", "./node_modules/@types"],
13
- "downlevelIteration": true
+ "downlevelIteration": true,
14
+ "noEmit": true
15
},
16
"include": ["src"]
17
}
0 commit comments