UNPKG

alm

Version:

The best IDE for TypeScript

27 lines (26 loc) 629 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "moduleResolution": "node", "isolatedModules": false, "jsx": "react", "experimentalDecorators": true, "emitDecoratorMetadata": true, "declaration": false, "noImplicitAny": false, "removeComments": true, "noLib": false, "preserveConstEnums": true, "suppressImplicitAnyIndexErrors": true }, "compileOnSave": true, "buildOnSave": false, "files": [ "bar.tsx", "foo.tsx" ], "atom": { "rewriteTsconfig": true } }