Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
settings: {
'import/resolver': {
typescript: {
- project: './tsconfig.eslint.json'
+ project: './tsconfig.json'
}
}
},
plugins: ['@typescript-eslint', 'eslint-plugin-tsdoc'],
parser: '@typescript-eslint/parser',
parserOptions: {
- project: './tsconfig.eslint.json'
+ project: './tsconfig.json'
},
extends: [
'plugin:@typescript-eslint/recommended',
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": true,
- "verbatimModuleSyntax": true
},
"exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
}
+++ /dev/null
-{
- "extends": "./tsconfig.json",
- "compilerOptions": {
- "verbatimModuleSyntax": true
- }
-}
{
"extends": "./tsconfig.json",
- "compilerOptions": {
- "verbatimModuleSyntax": true
- },
"exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"]
}