Under loaders, add the following: { test: /\.ts$/, loader: 'ts-loader' } This will use TypeScript to load all files ending in .ts.
確定! 回上一頁