UNPKG

@buka/class-transformer-extra

Version:

class-transformer-extra contains methods that's aren't included in the class-transform package.

36 lines (34 loc) 881 B
{ "compilerOptions": { "strict": true, "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "esModuleInterop": true, "noImplicitAny": false, "declaration": true, "noEmitOnError": true, "resolveJsonModule": true, "skipLibCheck": true, "moduleResolution": "node", "module": "ESNext", "target": "ESNext", "baseUrl": "./", "rootDir": "./", "lib": ["DOM", "Es2015.Proxy", "ESNext", "DOM.Iterable"], "paths": { "~/*": ["src/*"], "~~/*": ["./*"] }, "plugins": [ { "transform": "typescript-transform-paths" }, { "transform": "typescript-transform-paths", "afterDeclarations": true } ] }, "exclude": ["node_modules", "dist"], "include": ["**/*.ts", ".eslintrc.cjs", "jest.config.ts"], "ts-node": { "compilerOptions": { "module": "CommonJS" } } }