15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["ES2022", "WebWorker"],
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"references": [
|
|
{"path": "../shared-schema"}
|
|
]
|
|
}
|