Skip to content

Commit 84fca22

Browse files
committed
fix: solid configs
1 parent 8fc8317 commit 84fca22

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

packages/template-blank-solid-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid-ts",
33
"main": "src/index.js",
4-
"version": "8.8.4",
4+
"version": "8.8.5",
55
"description": "Nativescript Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",

packages/template-blank-solid-ts/tsconfig.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,21 @@
99
"jsxImportSource": "@nativescript-dom/solidjs-types",
1010
"baseUrl": ".",
1111
"paths": {
12-
"~/*": ["app/*"],
13-
"@/*": ["app/*"]
12+
"~/*": ["src/*"],
13+
"@/*": ["src/*"]
1414
},
1515
"noEmit": true,
1616
"allowJs": true,
17-
"types": [
18-
"node",
19-
"@nativescript-dom/core-types",
20-
"@nativescript-dom/solidjs-types"
21-
],
17+
"types": ["node", "@nativescript-dom/core-types", "@nativescript-dom/solidjs-types"],
2218
"allowSyntheticDefaultImports": true,
2319
"esModuleInterop": true,
2420
"experimentalDecorators": true,
2521
"emitDecoratorMetadata": true,
2622
"skipLibCheck": true,
2723
"sourceMap": true,
2824
"noEmitHelpers": true,
29-
"importHelpers": true,
25+
"importHelpers": true
3026
},
31-
"include": ["app","references.d.ts"],
27+
"include": ["src", "references.d.ts"],
3228
"exclude": ["node_modules", "platforms"]
3329
}

packages/template-blank-solid/jsconfig.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,21 @@
99
"jsxImportSource": "@nativescript-dom/solidjs-types",
1010
"baseUrl": ".",
1111
"paths": {
12-
"~/*": ["app/*"],
13-
"@/*": ["app/*"]
12+
"~/*": ["src/*"],
13+
"@/*": ["src/*"]
1414
},
1515
"noEmit": true,
1616
"allowJs": true,
17-
"types": [
18-
"node",
19-
"@nativescript-dom/core-types",
20-
"@nativescript-dom/solidjs-types"
21-
],
17+
"types": ["node", "@nativescript-dom/core-types", "@nativescript-dom/solidjs-types"],
2218
"allowSyntheticDefaultImports": true,
2319
"esModuleInterop": true,
2420
"experimentalDecorators": true,
2521
"emitDecoratorMetadata": true,
2622
"skipLibCheck": true,
2723
"sourceMap": true,
2824
"noEmitHelpers": true,
29-
"importHelpers": true,
25+
"importHelpers": true
3026
},
31-
"include": ["app","references.d.ts"],
27+
"include": ["src", "references.d.ts"],
3228
"exclude": ["node_modules", "platforms"]
3329
}

packages/template-blank-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/template-blank-solid",
33
"main": "src/index.js",
4-
"version": "8.8.4",
4+
"version": "8.8.5",
55
"description": "Nativescript Starter with Solid",
66
"author": "NativeScript Team <[email protected]>",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)