feat: add basic webui
This commit is contained in:
15
packages/testing/package.json
Normal file
15
packages/testing/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@konobangu/testing",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"main": "./index.js",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
||||
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"vitest": "^2.1.8"
|
||||
}
|
||||
}
|
||||
8
packages/testing/tsconfig.json
Normal file
8
packages/testing/tsconfig.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "@konobangu/typescript-config/react-library.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "."
|
||||
},
|
||||
"include": ["./src/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user