Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compileOnSave": false,
- "include": [
- "src/**/*.ts"
- ],
- "compilerOptions": {
- "baseUrl": "./src",
- "importHelpers": true,
- "outDir": "./dist/out-tsc",
- "sourceMap": true,
- "declaration": true,
- "composite": true,
- "module": "esnext",
- "resolveJsonModule": true,
- "moduleResolution": "node",
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "downlevelIteration": true,
- "paths": {
- "@fuse": [
- "@fuse/"
- ] },
- "target": "es5",
- "typeRoots": [
- "node_modules/@types"
- ],
- "lib": [
- "es2017",
- "dom"
- ],
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment