mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 13:45:32 +00:00
Xmysql is now NocoDB (An Open Source Airtable alternative)
This commit is contained in:
11
packages/nc-cli/tsconfig.module.json
Normal file
11
packages/nc-cli/tsconfig.module.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"outDir": "build/module",
|
||||
"module": "esnext"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user