@lipemat/postcss-boilerplate
Version:
Dependencies and scripts for a no config grunt postcss compiler.
25 lines (24 loc) • 554 B
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "PostCSS Boilerplate",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"module": "NodeNext",
"moduleResolution": "nodenext",
"skipLibCheck": true,
"strict": false,
"strictNullChecks": true,
"target": "ES2024"
},
"include": [
"Gruntfile.ts",
"bin/**/*",
"config/**/*",
"helpers/**/*",
"jest/**/*",
"scripts/**/*",
"types/**/*.d.ts"
]
}