UNPKG

rollup-plugin-glsl-optimize

Version:

Import GLSL source files as strings. Pre-processed, validated and optimized with Khronos Group SPIRV-Tools. Supports glslify.

23 lines 518 B
{ "include": ["src/index.js"], "compilerOptions": { "outDir": "typings-autogen", "module": "ESNext", "target": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "skipLibCheck": true, "lib": ["ESNext"], "checkJs": true, "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "stripInternal": true, }, "exclude": [ "node_modules", "**/node_modules/*", ], }