feat: eslint 적용 및 관련 코드 일괄 수정
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
"extends": "../../tsconfig.paths.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"rootDir": "src",
|
||||
"composite": true
|
||||
},
|
||||
"include": ["src"]
|
||||
"include": ["src", "test", "*.ts", "**/*.d.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user