22 lines
No EOL
320 B
JSON
22 lines
No EOL
320 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"composite": true,
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
],
|
|
"exclude": [
|
|
"**/__tests__/**/*",
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../types/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../utils/tsconfig.build.json"
|
|
},
|
|
],
|
|
} |