mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 00:48:06 +00:00
chore(pocket): exclude build and public folder in tsconfig
This commit is contained in:
@@ -37,5 +37,10 @@
|
||||
"@vue-macros/volar/define-models",
|
||||
"@vue-macros/volar/define-slots"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"**/build/**",
|
||||
"**/dist/**",
|
||||
"**/public/**"
|
||||
]
|
||||
}
|
||||
|
||||
+2
-1
@@ -17,7 +17,8 @@
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/dist/**",
|
||||
"node_modules"
|
||||
"**/build/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user