From 84fca227cbf0dc45f51e5126bc92759bf63bd59d Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sun, 29 Dec 2024 11:55:50 -0800 Subject: [PATCH] fix: solid configs --- packages/template-blank-solid-ts/package.json | 2 +- packages/template-blank-solid-ts/tsconfig.json | 14 +++++--------- packages/template-blank-solid/jsconfig.json | 14 +++++--------- packages/template-blank-solid/package.json | 2 +- 4 files changed, 12 insertions(+), 20 deletions(-) diff --git a/packages/template-blank-solid-ts/package.json b/packages/template-blank-solid-ts/package.json index d1453519..ed6e3792 100644 --- a/packages/template-blank-solid-ts/package.json +++ b/packages/template-blank-solid-ts/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-blank-solid-ts", "main": "src/index.js", - "version": "8.8.4", + "version": "8.8.5", "description": "Nativescript Starter with Solid", "author": "NativeScript Team ", "license": "Apache-2.0", diff --git a/packages/template-blank-solid-ts/tsconfig.json b/packages/template-blank-solid-ts/tsconfig.json index cc590293..be9a69da 100644 --- a/packages/template-blank-solid-ts/tsconfig.json +++ b/packages/template-blank-solid-ts/tsconfig.json @@ -9,16 +9,12 @@ "jsxImportSource": "@nativescript-dom/solidjs-types", "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["src/*"], + "@/*": ["src/*"] }, "noEmit": true, "allowJs": true, - "types": [ - "node", - "@nativescript-dom/core-types", - "@nativescript-dom/solidjs-types" - ], + "types": ["node", "@nativescript-dom/core-types", "@nativescript-dom/solidjs-types"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, "experimentalDecorators": true, @@ -26,8 +22,8 @@ "skipLibCheck": true, "sourceMap": true, "noEmitHelpers": true, - "importHelpers": true, + "importHelpers": true }, - "include": ["app","references.d.ts"], + "include": ["src", "references.d.ts"], "exclude": ["node_modules", "platforms"] } diff --git a/packages/template-blank-solid/jsconfig.json b/packages/template-blank-solid/jsconfig.json index cc590293..be9a69da 100644 --- a/packages/template-blank-solid/jsconfig.json +++ b/packages/template-blank-solid/jsconfig.json @@ -9,16 +9,12 @@ "jsxImportSource": "@nativescript-dom/solidjs-types", "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["src/*"], + "@/*": ["src/*"] }, "noEmit": true, "allowJs": true, - "types": [ - "node", - "@nativescript-dom/core-types", - "@nativescript-dom/solidjs-types" - ], + "types": ["node", "@nativescript-dom/core-types", "@nativescript-dom/solidjs-types"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, "experimentalDecorators": true, @@ -26,8 +22,8 @@ "skipLibCheck": true, "sourceMap": true, "noEmitHelpers": true, - "importHelpers": true, + "importHelpers": true }, - "include": ["app","references.d.ts"], + "include": ["src", "references.d.ts"], "exclude": ["node_modules", "platforms"] } diff --git a/packages/template-blank-solid/package.json b/packages/template-blank-solid/package.json index 129dd168..045fa3ff 100644 --- a/packages/template-blank-solid/package.json +++ b/packages/template-blank-solid/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-blank-solid", "main": "src/index.js", - "version": "8.8.4", + "version": "8.8.5", "description": "Nativescript Starter with Solid", "author": "NativeScript Team ", "license": "Apache-2.0",