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