feat: add vitest, vite, move to tdd
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"include": ["**/*", "../src/**/*"],
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"rootDir": ".."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user