chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": ".",
|
||||
"declarationDir": "dist",
|
||||
"declarationMap": false,
|
||||
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo",
|
||||
"types": ["node"],
|
||||
"composite": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["*.ts", "src/**/*.ts"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"**/*.spec.ts",
|
||||
"**/*.test.ts",
|
||||
"**/*_spec.ts",
|
||||
"**/*_test.ts",
|
||||
"jest.config.ts",
|
||||
"jest.config.cts",
|
||||
"eslint.config.mjs"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../docker/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "../eslint/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "../js/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "../jest/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "../devkit/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "../webpack/tsconfig.lib.json"
|
||||
},
|
||||
{
|
||||
"path": "../nx/tsconfig.lib.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user