{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "noEmit": true,
    "allowJs": false,
    "checkJs": false,
    "skipLibCheck": true
  },
  "files": [
    "./source/scrawl.d.ts"
  ],
  "exclude": [
    "./demo",
    "./min",
    "./source/**/*.js"
  ]
}