Whalebird-desktop-client-ma.../renderer/tsconfig.json

14 lines
229 B
JSON

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