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 1c917a3 commit f9768c1Copy full SHA for f9768c1
tsconfig.json
@@ -11,5 +11,6 @@
11
"sourceMap": true,
12
"skipLibCheck": true
13
},
14
- "include": ["src/**/*.ts"]
+ "include": ["src/**/*.ts"],
15
+ "exclude": ["node_modules", "dist"]
16
}
0 commit comments