All checks were successful
release-tag / release-image (push) Successful in 2m17s
Co-authored-by: itoshi <kkzemeow@gmail.com> Co-authored-by: Spynder <19329095+Spynder@users.noreply.github.com> Reviewed-on: #12 Co-authored-by: Alexander Lazarenko <kerblif@unprism.ru> Co-committed-by: Alexander Lazarenko <kerblif@unprism.ru>
19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@mt/common-types": ["src/preview/types"],
|
|
"@mt/components": ["src/preview/components"],
|
|
"@mt/i18n": ["src/preview/i18n"],
|
|
"@mt/widgets": ["src/preview/widgets"],
|
|
"@mt/utils": ["src/preview/utils"]
|
|
}
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|