We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b275a32 commit d23509bCopy full SHA for d23509b
tsconfig.json
@@ -8,5 +8,6 @@
8
"checkJs": true,
9
"rootDir": "."
10
},
11
- "include": ["."]
+ "include": ["."],
12
+ "exclude": ["dist*", "examples", "website"]
13
}
0 commit comments