UNPKG

antd-theme-generator

Version:

This a script to generate color specific styles less file and which you can use to change theme dynamically in browser

21 lines (20 loc) 505 B
{ "compilerOptions": { "module": "es2015", "target": "esnext", "noImplicitAny": true, "sourceMap": true, "alwaysStrict": true, "declaration": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "importHelpers": true, "noImplicitReturns": true, "noImplicitThis": true, "outDir": "dist/esnext", "strictNullChecks": true }, "include": [ "src/**/*" ] }