mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 04:15:19 +00:00
chore: optimize tsconfig.json
This commit is contained in:
parent
81948f4f2c
commit
48fb4855af
@ -44,5 +44,13 @@
|
||||
"compilerOptions": {
|
||||
"module": "commonjs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"packages/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"packages/**/node_modules",
|
||||
"packages/**/dist",
|
||||
"packages/**/lib"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user