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 827b5cc commit 3360690Copy full SHA for 3360690
1 file changed
tsconfig.json
@@ -14,6 +14,5 @@
14
"skipLibCheck": true,
15
"allowJs": true
16
},
17
- "include": ["src/**/*"],
18
- "exclude": ["node_modules", "templates"]
+ "exclude": ["node_modules", "templates", "dist", "test"]
19
}
0 commit comments