mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
29 lines
526 B
JSON
29 lines
526 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"
|
|
]
|
|
}
|