Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compilerOptions": {
- "declaration": false,
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "lib": ["es6", "dom"],
- "mapRoot": "./",
- "module": "es6",
- "moduleResolution": "node",
- "outDir": "../dist/out-tsc",
- "sourceMap": true,
- "target": "es5",
- "typeRoots": [
- "../node_modules/@types"
- ]
- }
- }
Add Comment
Please, Sign In to add comment