Created
January 31, 2016 04:31
-
-
Save shabith/e89777ed97f07192e3ae to your computer and use it in GitHub Desktop.
Typescirpt config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"emitDecoratorMetadata": true, | |
"experimentalDecorators": true, | |
"outDir": "tmp", | |
"target": "es5", | |
"module": "system", | |
"moduleResolution": "node", | |
"removeComments": false, | |
"sourceMap": true, | |
"noEmit": true | |
}, | |
"filesGlob": [ | |
"./**/*.ts", | |
"./typescript/**/*.ts", | |
"./typescript/**/*.tsx", | |
"./typescript/**/*.d.ts", | |
"!./node_modules/**/*.ts" | |
], | |
"exclude": [ | |
"node_modules", | |
"jspm_packages" | |
], | |
"files": [ | |
"./jquery.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/lib.core.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/lib.core.es6.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/lib.core.es7.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/lib.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/lib.dom.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/lib.es6.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/lib.es7.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/lib.scriptHost.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/lib.webworker.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/typescript.d.ts", | |
"./jspm_packages/npm/[email protected]/lib/typescriptServices.d.ts", | |
"./lib/display-gifs.ts", | |
"./lib/extract-gifs.ts", | |
"./lib/main.ts", | |
"./lib/reddit-api.ts", | |
"./typings/angularjs/angular.d.ts", | |
"./typings/cordova/plugins/Camera.d.ts", | |
"./typings/cordova/plugins/FileSystem.d.ts", | |
"./typings/cordova/plugins/FileTransfer.d.ts", | |
"./typings/es6-promise/es6-promise.d.ts", | |
"./typings/jquery/jquery.d.ts", | |
"./typings/ng-cordova/actionSheet.d.ts", | |
"./typings/ng-cordova/app-version.d.ts", | |
"./typings/ng-cordova/appAvailability.d.ts", | |
"./typings/ng-cordova/badge.d.ts", | |
"./typings/ng-cordova/camera.d.ts", | |
"./typings/ng-cordova/datepicker.d.ts", | |
"./typings/ng-cordova/device.d.ts", | |
"./typings/ng-cordova/deviceMotion.d.ts", | |
"./typings/ng-cordova/deviceOrientation.d.ts", | |
"./typings/ng-cordova/dialogs.d.ts", | |
"./typings/ng-cordova/emailComposer.d.ts", | |
"./typings/ng-cordova/file.d.ts", | |
"./typings/ng-cordova/fileTransfer.d.ts", | |
"./typings/ng-cordova/geolocation.d.ts", | |
"./typings/ng-cordova/network.d.ts", | |
"./typings/ng-cordova/toast.d.ts", | |
"./typings/ng-cordova/tsd.d.ts", | |
"./typings/tsd.d.ts" | |
], | |
"atom": { | |
"rewriteTsconfig": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment