UNPKG

siuuuu

Version:

A tool library for automatically generating code based on plop and babel

18 lines (17 loc) 1.03 kB
{ "compilerOptions": { "target": "ESNext" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, "module": "ESNext" /* Specify what module code is generated. */, "rootDir": "./" /* Specify the root folder within your source files. */, "baseUrl": "./" /* Specify the base directory to resolve non-relative module names. */, "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */, "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */, "strict": true /* Enable all strict type-checking options. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */, "moduleResolution": "NodeNext", "declaration": true, "declarationDir": "./types", }, "include": ["**/*.ts", "bin/index.js"], "exclude": ["dist/**/*.d.ts", "bin","types","vite.config.ts","**/*.spec.ts"] }