UNPKG

216 BJavaScriptView Raw
1export default function ts() {
2 return {
3 target: 'ESNEXT',
4 jsx: 'preserve',
5 moduleResolution: 'node',
6 declaration: true,
7 experimentalDecorators: true,
8 sourceMap: true,
9 strict: true
10 };
11}
\No newline at end of file