|
@@ -1,12 +1,10 @@
|
|
|
{
|
|
|
- "extends": "./tsconfig.build.json",
|
|
|
-
|
|
|
- "compilerOptions": {
|
|
|
- "baseUrl": ".",
|
|
|
- "paths": {
|
|
|
- "@nighttrax/components/*": ["packages/components/src/*"],
|
|
|
- "@nighttrax/*": ["packages/*/src"]
|
|
|
- },
|
|
|
- "noEmit": true
|
|
|
- }
|
|
|
+ "files": [],
|
|
|
+ "references": [
|
|
|
+ { "path": "./tsconfig.web.json" }
|
|
|
+ // { "path": "./tsconfig.play.json" },
|
|
|
+ // { "path": "./tsconfig.node.json" },
|
|
|
+ // { "path": "./tsconfig.vite-config.json" },
|
|
|
+ // { "path": "./tsconfig.vitest.json" }
|
|
|
+ ]
|
|
|
}
|