@powerlines/tsconfig 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/deepkit.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
- "extends": "./base.json",
3
+ "extends": "@storm-software/tsconfig/base.json",
4
4
  "display": "Powerlines - Deepkit Configuration",
5
5
  "compilerOptions": {
6
6
  "verbatimModuleSyntax": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/tsconfig",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "description": "A package containing shared TypeScript configuration files (tsconfig.json) used in Powerlines projects.",
6
6
  "repository": {
@@ -61,5 +61,5 @@
61
61
  "devDependencies": { "@storm-software/tsconfig": "^0.47.48" },
62
62
  "publishConfig": { "access": "public" },
63
63
  "sideEffects": false,
64
- "gitHead": "424d900c34fbbdf943895648419a6467d8eb4a8d"
64
+ "gitHead": "ece8a06832ace00bd176f9da5b4d1e8c484c4403"
65
65
  }
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
- "extends": "./base.json",
3
+ "extends": "@storm-software/tsconfig/base.json",
4
4
  "display": "Powerlines - Plugin Configuration",
5
5
  "compilerOptions": {
6
6
  "incremental": true,
package/recommended.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
- "extends": "./base.json",
3
+ "extends": "@storm-software/tsconfig/base.json",
4
4
  "display": "Powerlines - Recommended Configuration",
5
5
  "compilerOptions": {
6
6
  "verbatimModuleSyntax": true,
package/strict.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
- "extends": "./recommended.json",
3
+ "extends": "@storm-software/tsconfig/recommended.json",
4
4
  "display": "Powerlines - Strict Configuration",
5
5
  "compilerOptions": {
6
6
  "verbatimModuleSyntax": true,
package/workspace.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
- "extends": "./base.json",
3
+ "extends": "@storm-software/tsconfig/base.json",
4
4
  "display": "Powerlines - Workspace Configuration",
5
5
  "compilerOptions": {
6
6
  "baseUrl": ".",