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

14 lines
229 B
JSON
Raw Normal View History

2023-11-01 17:20:27 +01:00
{
"extends": "../tsconfig.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": [
"./*"
]
}
}
}