@unglish/word-generator
Version:
A simple generator for creating unglish words.
22 lines • 619 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"incremental": true,
"lib": ["ESNext"],
"target": "ESNext",
"module": "ESNext",
"declaration": true,
"declarationMap": true,
"removeComments": false,
"downlevelIteration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
"allowJs": true,
"typeRoots": ["node_modules/@types", "types"]
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist", "demo", "src/**/*.test.ts"]
}