{
  "$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"
  ]
}
