{ "compilerOptions": { "target": "es5", "alwaysStrict": true, "noImplicitAny": true, "noImplicitThis": true, "sourceMap": false, "noUnusedLocals": true, "strictNullChecks": true, "strictFunctionTypes": true, //"downlevelIteration": true, "jsx": "react", "lib": [ "es6", "dom", "esnext.asynciterable", "es2016" ], "outDir": "build/node_modules", "baseUrl": "src", "paths": { "mol-data": ["./mol-data", "./mol-data/index.ts"], "mol-gl": ["./mol-gl"], "mol-io": ["./mol-io"], "mol-math": ["./mol-math"], "mol-model": ["./mol-model"], "mol-ql": ["./mol-ql"], "mol-task": ["./mol-task", "./mol-task/index.ts"], "mol-util": ["./mol-util", "./mol-util/index.ts"], } }, "include": [ "**/*" ] }