We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae6944 commit 795d370Copy full SHA for 795d370
1 file changed
src/tsconfig.json
@@ -13,8 +13,9 @@
13
"noUnusedLocals": true,
14
"noImplicitThis": true,
15
"baseUrl": ".",
16
+ "outDir": "../out",
17
"typeRoots": [
18
"typings"
19
]
20
}
-}
21
+}
0 commit comments