generated from alphane/template
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./../",
|
||||
"types": ["vitest/globals"],
|
||||
"paths": {
|
||||
"@/tests/*": ["./tests/*"],
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["../src/**/*", "../tests/**/*", ""]
|
||||
}
|
||||
Reference in New Issue
Block a user