v1.1.0: pooled runtime, 959 tests, production hardening (0 squash)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true,
|
||||
"paths": {
|
||||
"imhotep-core": ["./packages/imhotep-core/src/index.ts"],
|
||||
"imhotep-core/*": ["./packages/imhotep-core/src/*.ts"],
|
||||
"imhotep-dsl": ["./packages/imhotep-dsl/src/index.ts"],
|
||||
"imhotep-solver": ["./packages/imhotep-solver/src/index.ts"],
|
||||
"imhotep-geometry": ["./packages/imhotep-geometry/src/index.ts"],
|
||||
"imhotep-topology": ["./packages/imhotep-topology/src/index.ts"],
|
||||
"imhotep-extractor": ["./packages/imhotep-extractor/src/index.ts"],
|
||||
"imhotep-reporter": ["./packages/imhotep-reporter/src/index.ts"],
|
||||
"imhotep-state": ["./packages/imhotep-state/src/index.ts"],
|
||||
"imhotep-playwright": ["./packages/imhotep-playwright/src/index.ts"],
|
||||
"imhotep-fixtures": ["./packages/imhotep-fixtures/src/index.ts"],
|
||||
"imhotep-cdp": ["./packages/imhotep-cdp/src/index.ts"],
|
||||
"imhotep-bench": ["./packages/imhotep-bench/src/index.ts"]
|
||||
}
|
||||
},
|
||||
"include": ["packages/*/src/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user