You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
532 B
17 lines
532 B
{
|
|
"compilerOptions": {
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"baseUrl": ".",
|
|
"types": ["vitest/globals"],
|
|
"paths": {
|
|
"@xyx-utils/vue3": ["../../packages/vue3/src"],
|
|
"@xyx-utils/shared": ["../../packages/shared/src"],
|
|
"@xyx-utils/browser": ["../../packages/browser/src"],
|
|
"@xyx-utils/core": ["../../packages/core/src"],
|
|
"@xyx-utils/node": ["../../packages/node/src"],
|
|
"xyx-utils": ["../../packages/xyx-utils/src"]
|
|
}
|
|
}
|
|
}
|
|
|