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.
2 parents 6c6ee31 + 42ccd59 commit 0509e8eCopy full SHA for 0509e8e
tsconfig.json
@@ -15,7 +15,7 @@
15
"noEmitOnError": false,
16
"sourceMap": true
17
},
18
- "include": ["index.ts", "lib"],
+ "include": ["index.ts", "lib", "errors/*.json", "lib/**/*.json"],
19
"exclude": ["node_modules/*"],
20
"compileOnSave": true
21
}
0 commit comments