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