16 lines
402 B
JSON
16 lines
402 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/.tsbuildinfo"
|
|
},
|
|
"references": [
|
|
{ "path": "../hive-mind-hooks-core" },
|
|
{ "path": "../hive-mind-shim-core" }
|
|
],
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/**/*.test.ts", "tests/**", "dist/**", "node_modules/**"]
|
|
}
|