UNPKG

310 BJSONView Raw
1{
2 "extends": "../../tsconfig.json",
3 "compileOnSave": false,
4 "compilerOptions": {
5 "outDir": "./dist",
6 "baseUrl": "./src",
7 "rootDir": "./src"
8 },
9 "include": [
10 "../../config/typescript/**/*",
11 "./src/**/*.ts",
12 "./src/**/*.tsx"
13 ],
14 "exclude": ["**/*.test.ts", "**/*.test.tsx"]
15}