misc: type module 지정

This commit is contained in:
2021-08-26 21:50:06 +09:00
parent 21f3a2082b
commit 54e7fd0293
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = {
parserOptions: {
"project": "./tsconfig.json"
},
ignorePatterns: ['*.test.ts', '.eslintrc.js', 'webpack.config.js', '*.js'],
ignorePatterns: ['*.test.ts', '.eslintrc.cjs', 'webpack.config.cjs', '*.js'],
overrides: [{
files: ['*.ts', '*.tsx'],
}],
+2 -1
View File
@@ -15,6 +15,7 @@
},
"author": "Hide_D",
"license": "MIT",
"type": "module",
"dependencies": {
"@types/downloadjs": "^1.4.2",
"@types/select2": "^4.0.54",
@@ -62,4 +63,4 @@
"pre-commit": [
"lint"
]
}
}