Skip to content

Commit

Permalink
cleanup: @proj-airi/cute-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 12, 2024
1 parent e1e93d4 commit 76e6bd7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ words:
- demi
- elevenlabs
- gltf
- histoire
- hiyori
- huggingface
- iconify
Expand Down
5 changes: 2 additions & 3 deletions packages/cute-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"dist",
"package.json"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
"scripts": {},
"devDependencies": {}
}
Empty file added packages/cute-ui/src/index.ts
Empty file.
24 changes: 24 additions & 0 deletions packages/cute-ui/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"lib": [
"ESNext",
"DOM"
],
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
]
}

0 comments on commit 76e6bd7

Please sign in to comment.