Consolidate Lit repositories: figma-to-lit, figma_lit_example, lit-3d-piano, lit-calculator, lit-code-editor, lit-draggable-dom, lit-file-based-routing, lit-force-graph, lit-html-editor, lit-html-table, lit-modules, lit-native, lit-node-editor, lit-sheet-music, lit-starter-ts, lit-vscode-extension, lit-wmr, vite-lit-capacitor, vite-lit-element-starter, vite-rxdb-lit
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"module": "esNext",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["es2017", "dom", "dom.iterable"],
|
||||
"typeRoots": ["./node_modules/@types", "./node_modules/@figma"],
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"noUnusedLocals": true,
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"experimentalDecorators": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"outDir": "./lib",
|
||||
"baseUrl": "./packages",
|
||||
"importHelpers": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "ts-lit-plugin",
|
||||
"rules": {
|
||||
"no-unknown-tag-name": "error",
|
||||
"no-unclosed-tag": "error",
|
||||
"no-unknown-property": "error",
|
||||
"no-unintended-mixed-binding": "error",
|
||||
"no-invalid-boolean-binding": "error",
|
||||
"no-expressionless-property-binding": "error",
|
||||
"no-noncallable-event-binding": "error",
|
||||
"no-boolean-in-attribute-binding": "error",
|
||||
"no-complex-attribute-binding": "error",
|
||||
"no-nullable-attribute-binding": "error",
|
||||
"no-incompatible-type-binding": "error",
|
||||
"no-invalid-directive-binding": "error",
|
||||
"no-incompatible-property-type": "error",
|
||||
"no-unknown-property-converter": "error",
|
||||
"no-invalid-attribute-name": "error",
|
||||
"no-invalid-tag-name": "error",
|
||||
"no-unknown-attribute": "off",
|
||||
"no-unknown-event": "off",
|
||||
"no-unknown-slot": "off",
|
||||
"no-invalid-css": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"references": []
|
||||
}
|
||||
Reference in New Issue
Block a user