mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-01-12 22:52:34 +08:00
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"tsBuildInfoFile": "./tsconfig.build.tsbuildinfo",
|
|
"composite": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../common/tsconfig.build.json"
|
|
}
|
|
],
|
|
"include": ["src/**/*"]
|
|
}
|