commit merge
This commit is contained in:
@@ -45,3 +45,11 @@ __screenshots__/
|
|||||||
# System files
|
# System files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
|
||||||
|
# Ignore local ESLint config
|
||||||
|
eslint.config.js
|
||||||
|
|
||||||
|
# Ignore preview folder
|
||||||
|
preview/
|
||||||
|
/.vs
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "./out-tsc/spec",
|
"outDir": "./out-tsc/spec",
|
||||||
|
"rootDir": "src",
|
||||||
"types": [
|
"types": [
|
||||||
"vitest/globals"
|
"vitest/globals"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user