33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
|
|
{
|
||
|
|
"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"]
|
||
|
|
}
|