UNPKG

html-webpack-plugin-inject-thyme-leaf-tags

Version:

A html webpack plugin to inject thymeleaf compatible template tags for script and style tags

18 lines (17 loc) 419 B
{ "include": ["src/**/*.ts"], "exclude": ["node_modules", "**/*.d.ts"], "compilerOptions": { "outDir": "./dist", "declaration": true, "emitDeclarationOnly": true, "target": "es2016", "module": "commonjs", "moduleResolution": "node", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "strictNullChecks": true, "skipLibCheck": true } }