From 64a477cf3573729a55c031103e621954f08e5b73 Mon Sep 17 00:00:00 2001 From: "guokai.jgk" Date: Tue, 13 Oct 2020 17:17:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20tsconfig=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/datasource-fetch-handler/tsconfig.json | 10 ++++------ packages/datasource-mopen-handler/tsconfig.json | 10 ++++------ packages/datasource-mtop-handler/tsconfig.json | 10 ++++------ .../tsconfig.json | 10 ++++------ .../datasource-url-params-handler/tsconfig.json | 15 +++++---------- 5 files changed, 21 insertions(+), 34 deletions(-) diff --git a/packages/datasource-fetch-handler/tsconfig.json b/packages/datasource-fetch-handler/tsconfig.json index ecd74d9e2..4f788e5ed 100644 --- a/packages/datasource-fetch-handler/tsconfig.json +++ b/packages/datasource-fetch-handler/tsconfig.json @@ -62,9 +62,7 @@ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ /* Advanced Options */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, - "skipLibCheck": true, - "include": [ - "src/**/*" - ] - } -} \ No newline at end of file + "skipLibCheck": true + }, + "include": ["src/**/*"] +} diff --git a/packages/datasource-mopen-handler/tsconfig.json b/packages/datasource-mopen-handler/tsconfig.json index ecd74d9e2..4f788e5ed 100644 --- a/packages/datasource-mopen-handler/tsconfig.json +++ b/packages/datasource-mopen-handler/tsconfig.json @@ -62,9 +62,7 @@ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ /* Advanced Options */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, - "skipLibCheck": true, - "include": [ - "src/**/*" - ] - } -} \ No newline at end of file + "skipLibCheck": true + }, + "include": ["src/**/*"] +} diff --git a/packages/datasource-mtop-handler/tsconfig.json b/packages/datasource-mtop-handler/tsconfig.json index ecd74d9e2..4f788e5ed 100644 --- a/packages/datasource-mtop-handler/tsconfig.json +++ b/packages/datasource-mtop-handler/tsconfig.json @@ -62,9 +62,7 @@ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ /* Advanced Options */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, - "skipLibCheck": true, - "include": [ - "src/**/*" - ] - } -} \ No newline at end of file + "skipLibCheck": true + }, + "include": ["src/**/*"] +} diff --git a/packages/datasource-universal-mtop-handler/tsconfig.json b/packages/datasource-universal-mtop-handler/tsconfig.json index ecd74d9e2..4f788e5ed 100644 --- a/packages/datasource-universal-mtop-handler/tsconfig.json +++ b/packages/datasource-universal-mtop-handler/tsconfig.json @@ -62,9 +62,7 @@ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ /* Advanced Options */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, - "skipLibCheck": true, - "include": [ - "src/**/*" - ] - } -} \ No newline at end of file + "skipLibCheck": true + }, + "include": ["src/**/*"] +} diff --git a/packages/datasource-url-params-handler/tsconfig.json b/packages/datasource-url-params-handler/tsconfig.json index ecd74d9e2..eeea7a79b 100644 --- a/packages/datasource-url-params-handler/tsconfig.json +++ b/packages/datasource-url-params-handler/tsconfig.json @@ -7,10 +7,7 @@ // "incremental": true, /* Enable incremental compilation */ // "target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */, // "module": "esnext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */, - "lib": [ - "ESNext", - "DOM" - ] /* Specify library files to be included in the compilation. */, + "lib": ["ESNext", "DOM"] /* Specify library files to be included in the compilation. */, // "allowJs": true, /* Allow javascript files to be compiled. */ // "checkJs": true, /* Report errors in .js files. */ // "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */ @@ -62,9 +59,7 @@ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ /* Advanced Options */ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, - "skipLibCheck": true, - "include": [ - "src/**/*" - ] - } -} \ No newline at end of file + "skipLibCheck": true + }, + "include": ["src/**/*"] +}