|
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [{ "path": "../compiler/tsconfig.json" }],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"tsBuildInfoFile": "temp/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts", "generated-defs/**/*.ts", "test/**/*.ts"]
|
|
}
|