Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compilerOptions": {
- "module": "commonjs",
- "moduleResolution": "node",
- "declaration": true,
- "removeComments": true,
- "allowSyntheticDefaultImports": true,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "target": "es2017",
- "sourceMap": true,
- "outDir": "./dist",
- "baseUrl": "./",
- "incremental": true,
- "skipLibCheck": true,
- "strict": true,
- "esModuleInterop": true
- },
- "include": ["src/**/*"],
- "exclude": ["node_modules", "dist"]
- }
Advertisement
Add Comment
Please, Sign In to add comment