mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
23 lines
440 B
JSON
23 lines
440 B
JSON
// Don't edit this file directly. It is generated by /scripts/update-package-configs.ts
|
|
|
|
{
|
|
"extends": "../../tsconfig.browser-base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"outDir": "./types",
|
|
"rootDir": ".",
|
|
"composite": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"references": [],
|
|
"include": [
|
|
"src",
|
|
"*.js"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"types"
|
|
]
|
|
} |