Skip to content

Commit

Permalink
feat: core daily release (#179)
Browse files Browse the repository at this point in the history
* feat: core daily release
  • Loading branch information
LongOddCode committed Apr 12, 2021
1 parent fd5d43d commit e2b8ff8
Show file tree
Hide file tree
Showing 6 changed files with 4,211 additions and 10,402 deletions.
13 changes: 7 additions & 6 deletions packages/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"compilerOptions": {
"outDir": "build",
"target": "es2017", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"declaration": true, /* Generates corresponding '.d.ts' file. */
"strict": true, /* Enable all strict type-checking options. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"target": "es2017" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
"declaration": true /* Generates corresponding '.d.ts' file. */,
"strict": true /* Enable all strict type-checking options. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"sourceMap": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es6", "dom.iterable", "dom"],
"importHelpers": true,
"allowJs": true,
"declarationMap": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"resolveJsonModule": true
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"fx-api": "1.0.2",
"fx-core": "1.0.4",
"fx-core": "^1.0.4",
"open": "^8.0.5",
"underscore": "^1.12.1",
"yargs": "^16.2.0"
Expand Down
Loading

0 comments on commit e2b8ff8

Please sign in to comment.