Skip to content

Commit 0afb3e8

Browse files
在tsconfig中排除library
1 parent 0fdd7dd commit 0afb3e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
"esModuleInterop": true,
1212
"noImplicitAny": true,
1313
"resolveJsonModule": true
14-
}
14+
},
15+
"include": ["src"],
16+
"exclude": ["node_modules", "dist", "library"]
1517
}

0 commit comments

Comments
 (0)