fix: tsconfig 修复

This commit is contained in:
guokai.jgk 2020-10-13 17:17:04 +08:00
parent 2b9bcb5174
commit 64a477cf35
5 changed files with 21 additions and 34 deletions

View File

@ -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/**/*"
]
}
}
"skipLibCheck": true
},
"include": ["src/**/*"]
}

View File

@ -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/**/*"
]
}
}
"skipLibCheck": true
},
"include": ["src/**/*"]
}

View File

@ -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/**/*"
]
}
}
"skipLibCheck": true
},
"include": ["src/**/*"]
}

View File

@ -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/**/*"
]
}
}
"skipLibCheck": true
},
"include": ["src/**/*"]
}

View File

@ -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/**/*"
]
}
}
"skipLibCheck": true
},
"include": ["src/**/*"]
}