Skip to content
☆´∀`☆
On this page

环境配置问题记录

TypeScript intellisense is disabled on template. To enable, configure `"jsx"...

  • 在 jsconfig 或 tsconfig 中添加"jsx": "preserve",

needs an import assertion of type "json"

不能 import 一个 JSON 文件。但已经有提案Import Assertions了,可能以后就行啦