TypeScript
AMP currently doesn’t have built-in types for TypeScript, but it’s in their roadmap (#13791).
As a workaround you can manually create a file called amp.d.ts
inside your project and add these custom types.
AMP currently doesn’t have built-in types for TypeScript, but it’s in their roadmap (#13791).
As a workaround you can manually create a file called amp.d.ts
inside your project and add these custom types.
本文档使用 BookStack 构建