From fb29ea215a0f4f39b6f3c5b5ee894a776ab60117 Mon Sep 17 00:00:00 2001 From: Tieptk Date: Mon, 13 May 2024 11:55:28 +0700 Subject: [PATCH] typescript --- assets/{src => typescript}/main.js | 0 assets/{src => typescript}/main.ts | 0 tsconfig.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename assets/{src => typescript}/main.js (100%) rename assets/{src => typescript}/main.ts (100%) diff --git a/assets/src/main.js b/assets/typescript/main.js similarity index 100% rename from assets/src/main.js rename to assets/typescript/main.js diff --git a/assets/src/main.ts b/assets/typescript/main.ts similarity index 100% rename from assets/src/main.ts rename to assets/typescript/main.ts diff --git a/tsconfig.json b/tsconfig.json index a83baba..23d747d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,6 @@ "jsx": "preserve", "moduleResolution": "node" // Thay đổi giá trị này từ 'classic' thành 'node' }, - "include": ["./assets/src/main.ts"], + "include": ["./assets/typescript/main.ts"], "exclude": ["node_modules"] }