Absorb element-modules/packages/element-web-module-api into monorepo
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"lib": ["dom", "es2022", "esnext"],
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"module": "es2022",
|
||||
"moduleResolution": "bundler",
|
||||
"types": [],
|
||||
"outDir": "lib",
|
||||
"jsx": "react-jsx",
|
||||
"declarationMap": true,
|
||||
"allowImportingTsExtensions": true
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
Reference in New Issue
Block a user