260706_1_계정, 로그인, 보안 초안 작성
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["DOM", "DOM.Iterable", "ES2022"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"allowJs": false,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"types": ["node"],
|
||||
"ignoreDeprecations": "6.0",
|
||||
"baseUrl": ".",
|
||||
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitOverride": true,
|
||||
|
||||
"paths": {
|
||||
"@ui/*": ["ui_template/*"],
|
||||
"@config/*": ["config/*"],
|
||||
"@util/*": ["common_util/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"A00_Common",
|
||||
"A0*",
|
||||
"B0*",
|
||||
"B1*",
|
||||
"ui_template",
|
||||
"config/**/*",
|
||||
"common_util"
|
||||
],
|
||||
"exclude": ["0_old", "node_modules", "venv", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user