init: 初始化模板项目
This commit is contained in:
20
tsconfig.json
Normal file
20
tsconfig.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"strictNullChecks": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"paths": {
|
||||
"app/*": ["./packages/app/*"],
|
||||
"@my/ui/*": ["./packages/ui/*"]
|
||||
}
|
||||
},
|
||||
"extends": "./tsconfig.base",
|
||||
"exclude": [
|
||||
"**/node_modules",
|
||||
"**/dist",
|
||||
"**/types",
|
||||
"apps/next/out",
|
||||
"apps/next/.next",
|
||||
"apps/next/.tamagui"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user