13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"extends": "@workspace/typescript-config/nextjs.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
},
|
|
"allowImportingTsExtensions": true,
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules"]
|
|
}
|