kopia lustrzana https://github.com/shoelace-style/shoelace
19 wiersze
497 B
JSON
19 wiersze
497 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowUnreachableCode": false,
|
|
"declaration": false,
|
|
"experimentalDecorators": true,
|
|
"lib": ["dom", "es2017", "dom", "dom.iterable"],
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"target": "es2017",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h"
|
|
},
|
|
"include": ["src", "types/jsx.d.ts"],
|
|
"exclude": ["node_modules", "stencil.config.ts"]
|
|
}
|