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