mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-13 09:18:54 +01:00
14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
}
|
|
}
|
|
}
|