UNPKG

alm

Version:

The best IDE for TypeScript

29 lines (28 loc) 650 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": false, "noImplicitAny": false, "removeComments": false, "isolatedModules": false, "jsx": "react", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noLib": false, "preserveConstEnums": true, "suppressImplicitAnyIndexErrors": true, "lib": [ "dom", "es6" ] }, "exclude": [ "node_modules", "typings/browser", "typings/browser.d.ts" ], "atom": { "rewriteTsconfig": false } }