typescript

This commit is contained in:
2024-05-13 11:55:28 +07:00
parent eee07fab6b
commit fb29ea215a
3 changed files with 1 additions and 1 deletions

View File

@@ -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"]
}