mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-01 14:57:36 +08:00
d3ef677f69
* fix: license validate tips * fix: create license utils * fix: add log to system.log * fix: addep * fix: remove logger * fix: cli add logger * fix: code clean * fix: adjust message * fix: add env test case * fix: change plugin-commerical build * fix: improve cli logs * fix: log format in file * fix: code clean * fix: adjust save key message * fix: plugin-commerical build * fix: license import error * fix: change commerical build * fix: perfect cli instance logs * fix: build commerical error * fix: update cache key * fix: support license invalid status * fix: show doc url in key * fix: remove the domain of service * fix: support plugins get * fix: change prompt * fix: change prompt * fix: improve tips * fix: change key setting * fix: key setting refresh * fix: show license info in setting page * fix: remove license card item title * fix: labels
18 lines
419 B
JSON
18 lines
419 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"rootDir": "src/server/utils",
|
|
"outDir": "utils",
|
|
"strict": true,
|
|
// "declaration": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["src/server/utils/env.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|