solid-fa
Version:
Tiny FontAwesome component for SolidJS
30 lines (29 loc) • 595 B
JSON
{
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"noEmit": true,
"baseUrl": ".",
"allowJs": true,
"target": "esnext",
"module": "esnext",
"strict": true,
"importHelpers": true,
"noImplicitAny": false,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"paths": {
"@/*": ["src/*"]
},
"typeRoots": [
"./node_modules/@types",
"./src/@types"
]
},
"include": [
"src"
]
}