mirror of
https://github.com/sigmasternchen/tagify
synced 2025-03-15 07:08:55 +00:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
![]() |
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
|
||
|
|
||
|
module.exports = [
|
||
|
new ForkTsCheckerWebpackPlugin()
|
||
|
];
|