konobangu/turbo/generators/templates/tsconfig.json.hbs

13 lines
270 B
Handlebars

{
"extends": "@konobangu/typescript-config/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@konobangu/*": ["../../packages/*"]
}
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}