mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove no longer used tsconfig file
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
625aa1a122
commit
ca219338b0
@ -1,46 +0,0 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"jsx": "react",
|
||||
"target": "ES2019",
|
||||
"module": "ESNext",
|
||||
"lib": [
|
||||
"ESNext",
|
||||
"DOM",
|
||||
"DOM.Iterable"
|
||||
],
|
||||
"moduleResolution": "Node",
|
||||
"strict": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"isolatedModules": true,
|
||||
"skipLibCheck": true,
|
||||
"allowJs": false,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"importsNotUsedAsValues": "error",
|
||||
"traceResolution": false,
|
||||
"resolveJsonModule": true,
|
||||
"useDefineForClassFields": true,
|
||||
"paths": {
|
||||
"*": [
|
||||
"node_modules/*",
|
||||
"types/*"
|
||||
]
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "typescript-plugin-css-modules"
|
||||
}
|
||||
],
|
||||
"noEmitOnError": true,
|
||||
"declaration": true,
|
||||
"declarationDir": "./src/extensions/npm/extensions/dist"
|
||||
},
|
||||
"include": [
|
||||
"types/*.d.ts",
|
||||
],
|
||||
"files": [
|
||||
"./src/extensions/extension-api.ts",
|
||||
],
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user