Port to elysia, tailwind (no effect)
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"rootDir": "${configDir}/src",
|
||||
"outDir": "${configDir}/dist",
|
||||
|
||||
"module": "ES2020",
|
||||
"moduleResolution": "Bundler",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "bundler",
|
||||
"moduleDetection": "force",
|
||||
|
||||
"types": [],
|
||||
@@ -16,7 +16,6 @@
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "preact",
|
||||
|
||||
"strict": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
@@ -28,9 +27,9 @@
|
||||
|
||||
"paths": {
|
||||
"common": ["./packages/common/src/index.ts"],
|
||||
"common/api": ["./packages/common/src/api.ts"],
|
||||
"common/db": ["./packages/common/src/db.ts"],
|
||||
"make-api": ["./packages/make-api/src/index.ts"],
|
||||
"common/*": ["./packages/common/src/*.ts"],
|
||||
"backend": ["./packages/backend/src/index.ts"],
|
||||
"backend/*": ["./packages/backend/src/*.ts"],
|
||||
},
|
||||
},
|
||||
"include": ["${configDir}/src"],
|
||||
|
||||
Reference in New Issue
Block a user