typescript: {
strict: true,
typeCheck: true,
tsConfig: {
compilerOptions: {
paths: {
"~/*": ["./*"],
"@/*": ["./*"],
},
},
},
},
typescript: {
strict: true,
typeCheck: true,
tsConfig: {
compilerOptions: {
paths: {
"~/*": ["./*"],
"@/*": ["./*"],
},
},
},
},