mirror of https://github.com/buster-so/buster.git
fix: update tsconfig.json to include all files in src directory
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
This commit is contained in:
parent
eeb2959920
commit
8e7e976cc9
|
@ -5,7 +5,7 @@
|
||||||
"rootDir": "src",
|
"rootDir": "src",
|
||||||
"tsBuildInfoFile": "dist/.cache/tsbuildinfo.json"
|
"tsBuildInfoFile": "dist/.cache/tsbuildinfo.json"
|
||||||
},
|
},
|
||||||
"include": ["src"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["node_modules", "dist", "**/*.test.tsx", "**/*.test.ts"],
|
"exclude": ["node_modules", "dist", "**/*.test.tsx", "**/*.test.ts"],
|
||||||
"references": [
|
"references": [
|
||||||
{ "path": "../../packages/access-controls" },
|
{ "path": "../../packages/access-controls" },
|
||||||
|
|
Loading…
Reference in New Issue