zs 1 년 전
부모
커밋
f2d37207e5
3개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      material/favicon.ico
  2. 1 0
      tsconfig.app.json
  3. 1 0
      tsconfig.node.json

BIN
material/favicon.ico


+ 1 - 0
tsconfig.app.json

@@ -10,6 +10,7 @@
   ],
   "compilerOptions": {
     "composite": true,
+    "moduleResolution": "node",
     "baseUrl": ".",
     "paths": {
       "@/*": [

+ 1 - 0
tsconfig.node.json

@@ -7,6 +7,7 @@
     "playwright.config.*"
   ],
   "compilerOptions": {
+    "moduleResolution": "node",
     "ignoreDeprecations": "5.0",
     "composite": true,
     "types": [