Skip to content

Commit 6e0aa14

Browse files
committed
Ignore @types in test/basic
1 parent 0739e7c commit 6e0aa14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/basic/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"declaration": true,
44
"module": "amd",
55
"outDir": "js",
6-
"declarationDir": "dts"
6+
"declarationDir": "dts",
7+
"types": []
78
},
89
"files": [
910
"test-3.ts",

0 commit comments

Comments
 (0)