mirror of
https://github.com/ankitects/anki.git
synced 2026-07-22 02:06:48 -04:00
build(ts): add root tsconfig for Playwright @generated path alias
This commit is contained in:
14
tsconfig.json
Normal file
14
tsconfig.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"strict": false,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"@generated/*": ["./out/ts/lib/generated/*"]
|
||||
}
|
||||
},
|
||||
"include": ["playwright.config.ts", "ts/tests/e2e/**/*.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user