파일 이식(0.31.1)

This commit is contained in:
2022-07-08 00:11:41 +09:00
parent db08cec2cb
commit 96d76a06ef
217 changed files with 29966 additions and 2 deletions
+11 -2
View File
@@ -11,8 +11,17 @@
"isolatedModules": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"],
"skipLibCheck": true
"skipLibCheck": true,
"importsNotUsedAsValues": "error",
"preserveValueImports": true,
"forceConsistentCasingInFileNames": true,
"paths": {
"@/*": ["./ts/*"],
"@scss/*": ["./scss/*"],
"@util/*": ["./ts/util/*"],
},
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"include": ["hwe/ts/**/*.ts", "hwe/ts/**/*.d.ts", "hwe/ts/**/*.tsx", "hwe/ts/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
}