Absorb remainder of element-modules into monorepo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "es2024",
|
||||
"jsx": "react",
|
||||
"lib": ["ESNext", "es2024", "dom", "dom.iterable"],
|
||||
"types": ["node"],
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "bundler",
|
||||
"module": "ESNext",
|
||||
"allowImportingTsExtensions": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"include": ["playwright.config.ts", "playwright"]
|
||||
}
|
||||
Reference in New Issue
Block a user