Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 16, 2025
1 parent 00cf998 commit 4d0538c
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": "./",
"emitDeclarationOnly": false,
"jsx": "preserve",
"jsxFactory": "createComponent",
"jsxFragmentFactory": "Fragment",
"jsxImportSource": "solid-js",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"moduleResolution": "Bundler",
"noEmit": true,
"outDir": "Target",
"rootDir": ".",
"types": ["astro/client", "astro/env"],
"plugins": [
{
"name": "@astrojs/ts-plugin"
}
]
// "baseUrl": "./",
// "emitDeclarationOnly": false,
// "jsx": "preserve",
// "jsxFactory": "createComponent",
// "jsxFragmentFactory": "Fragment",
// "jsxImportSource": "solid-js",
// "lib": ["ESNext", "DOM", "DOM.Iterable"],
// "moduleResolution": "Bundler",
// "noEmit": true,
// "outDir": "Target",
// "rootDir": ".",
// // "types": ["astro/client", "astro/env"],
// "plugins": [
// {
// "name": "@astrojs/ts-plugin"
// }
// ],

},
"extends": "@playform/build/tsconfig",
// "extends": "astro/tsconfigs/base",
Expand Down

0 comments on commit 4d0538c

Please sign in to comment.