re-add include
This commit is contained in:
parent
a550a8bc3f
commit
76d19dec6e
1 changed files with 1 additions and 0 deletions
|
@ -102,5 +102,6 @@
|
||||||
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
||||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||||
},
|
},
|
||||||
|
"include": ["./**/*.ts", "./src/locales/*.json"],
|
||||||
"exclude": ["./src/tests"]
|
"exclude": ["./src/tests"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue