mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-01 14:57:36 +08:00
chore: optimize tsconfig.json
This commit is contained in:
+9
-1
@@ -44,5 +44,13 @@
|
||||
"compilerOptions": {
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"packages/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"packages/**/node_modules",
|
||||
"packages/**/dist",
|
||||
"packages/**/lib"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user