forked from devsam/core
misc: type module 지정
This commit is contained in:
@@ -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
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user