UNPKG

exexcepturi

Version:

css-to-ts takes css file and outputs TypeScript file with an exported string containing content of your css file.

23 lines 572 B
{ "compilerOptions": { "module": "commonjs", "target": "es6", "noImplicitAny": true, "removeComments": false, "outDir": "dist", "rootDir": "src", "sourceMap": false, "noUnusedLocals": true, "noImplicitThis": true, "noImplicitUseStrict": true, "strictNullChecks": true, "skipDefaultLibCheck": true, "declaration": true, "declarationDir": "@types" }, "exclude": [ "node_modules", "dist", "@types" ] }