파일 이식(0.31.1)
This commit is contained in:
+11
-2
@@ -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" }]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user