* perf: usages list * team sub plan load * perf: usage dashboard code * perf: dashboard ui * perf: move components
11 lines
229 B
JSON
11 lines
229 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.d.ts", "../../packages/**/*.d.ts"]
|
|
}
|