Skip to content

Instantly share code, notes, and snippets.

@shabith
Created January 31, 2016 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shabith/e89777ed97f07192e3ae to your computer and use it in GitHub Desktop.
Save shabith/e89777ed97f07192e3ae to your computer and use it in GitHub Desktop.
Typescirpt config file
{
"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/typescript@1.8.0/lib/lib.core.d.ts",
"./jspm_packages/npm/typescript@1.8.0/lib/lib.core.es6.d.ts",
"./jspm_packages/npm/typescript@1.8.0/lib/lib.core.es7.d.ts",
"./jspm_packages/npm/typescript@1.8.0/lib/lib.d.ts",
"./jspm_packages/npm/typescript@1.8.0/lib/lib.dom.d.ts",
"./jspm_packages/npm/typescript@1.8.0/lib/lib.es6.d.ts",
"./jspm_packages/npm/typescript@1.8.0/lib/lib.es7.d.ts",
"./jspm_packages/npm/typescript@1.8.0/lib/lib.scriptHost.d.ts",
"./jspm_packages/npm/typescript@1.8.0/lib/lib.webworker.d.ts",
"./jspm_packages/npm/typescript@1.8.0/lib/typescript.d.ts",
"./jspm_packages/npm/typescript@1.8.0/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