1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-13 09:18:54 +01:00
Whalebird-desktop-client-ma.../renderer/tsconfig.json
2023-11-02 01:20:27 +09:00

14 lines
229 B
JSON

{
"extends": "../tsconfig.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"./*"
]
}
}
}