Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"noEmitOnError": false,
"sourceMap": true
},
"include": ["index.ts", "lib"],
"include": ["index.ts", "lib", "errors/*.json", "lib/**/*.json"],
"exclude": ["node_modules/*"],
"compileOnSave": true
}