Skip to content

Commit

Permalink
Remove extends from widget tsconfig (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardomendix authored Feb 5, 2025
2 parents 67189b3 + e9da0a8 commit 3d288e4
Show file tree
Hide file tree
Showing 47 changed files with 1,223 additions and 94 deletions.
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/accessibility-helper-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/accordion-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/area-chart-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/badge-button-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/badge-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/bar-chart-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/barcode-scanner-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/bubble-chart-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/carousel-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/chart-playground-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
28 changes: 26 additions & 2 deletions packages/pluggableWidgets/color-picker-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"extends": "@mendix/pluggable-widgets-tools/configs/tsconfig.base",
"include": ["./src", "./typings"],
"compilerOptions": {
"baseUrl": "./"
"baseUrl": "./",
"noEmitOnError": true,
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["esnext", "dom"],
"types": ["jest", "node"],
"moduleResolution": "node",
"declaration": false,
"noLib": false,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
"strictFunctionTypes": false,
"skipLibCheck": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"jsx": "react",
"jsxFactory": "createElement",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"exactOptionalPropertyTypes": false,
"paths": {
"react-hot-loader/root": ["./hot-typescript.ts"]
}
}
}
Loading

0 comments on commit 3d288e4

Please sign in to comment.