add subDirectory option, move @ to # in relative paths, fix builder
All checks were successful
Code quality checks / biome (push) Successful in 12s
All checks were successful
Code quality checks / biome (push) Successful in 12s
This commit is contained in:
parent
e0f4c50f20
commit
7b02602e86
9 changed files with 73 additions and 47 deletions
|
@ -3,11 +3,10 @@
|
|||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@types": ["types/index.ts"],
|
||||
"@types/*": ["types/*"],
|
||||
"@lib/*": ["src/lib/*"]
|
||||
"#types": ["types/index.ts"],
|
||||
"#lib/*": ["src/lib/*"]
|
||||
},
|
||||
"typeRoots": ["./types", "./node_modules/@types"],
|
||||
"typeRoots": ["./node_modules/@types"],
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue