1
0
mirror of https://github.com/lumehq/lume.git synced 2025-03-30 04:31:44 +02:00
雨宮蓮 bba324ea53
refactor: use specta for commands ()
* feat: add tauri-specta

* refactor: system library

* chore: format
2024-05-25 15:21:40 +07:00

9 lines
147 B
JSON

{
"extends": "@lume/tsconfig/base.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}