"declaration": true
// ts export function test2() { return { value: 'test2' } } // tsc // create x.d.ts 自動型推測 export declare function test2(): { value: string; };
用途はLibrary開発
普段は使わない
Last updated 3 years ago