UNPKG

rollup-plugin-atomic

Version:
33 lines (32 loc) 818 B
{ "compilerOptions": { "strict": true, "strictNullChecks": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noImplicitAny": true, "noImplicitThis": true, "noFallthroughCasesInSwitch": true, "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "incremental": true, "inlineSourceMap": true, "inlineSources": true, "preserveSymlinks": true, "removeComments": true, "skipLibCheck": true, "jsx": "react", "jsxFactory": "etch.dom", "lib": ["ES2018", "dom"], "target": "ES2018", "allowJs": true, "esModuleInterop": true, "module": "commonjs", "moduleResolution": "node", "importHelpers": false, "outDir": "../dist" }, "compileOnSave": false }