This commit is contained in:
OrJDev
2022-09-26 20:46:10 +03:00
commit 4063212f39
12 changed files with 2758 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"declaration": true,
"allowSyntheticDefaultImports": true,
"target": "esnext",
"newLine": "LF",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"outDir": "./dist",
"module": "esnext"
},
"include": ["./src"],
"exclude": ["node_modules", "dist"]
}