UNPKG

mframejs

Version:
46 lines 1.02 kB
{ "compileOnSave": false, "compilerOptions": { "rootDir": "src/", "outDir": "dist/", "sourceMap": true, "target": "es6", "module": "commonjs", "declaration": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitUseStrict": true, "noUnusedParameters": true, "suppressImplicitAnyIndexErrors": true, "noFallthroughCasesInSwitch": true, "noImplicitThis": false, "noUnusedLocals": true, "allowUnreachableCode": false, "removeComments": true, "emitDecoratorMetadata": true, "importHelpers": true, "strictNullChecks": false, "experimentalDecorators": true, "moduleResolution": "node", "baseUrl": "./", "paths": { "mframejs": [ "./src/mframejs" ] }, "lib": [ "es2017", "dom" ] }, "filesGlob": [], "exclude": [ "node_modules", "dist", "distTS", "script" ], "atom": { "rewriteTsconfig": false } }