UNPKG

grunt-ts

Version:

Compile and manage your TypeScript project

50 lines (49 loc) 1.56 kB
{ "version": "1.6.2", "compilerOptions": { "target": "es5", "module": "commonjs", "declaration": false, "noImplicitAny": false, "removeComments": false, "noLib": false, "preserveConstEnums": false, "suppressImplicitAnyIndexErrors": true, "sourceMap": true, "moduleResolution": "node" }, "filesGlob": [ "./defs/**/*.ts", "./tasks/**/*.ts", "./test/*.ts" ], "files": [ "defs/es6-promise/es6-promise.d.ts", "defs/gruntjs/gruntjs.d.ts", "defs/lodash/lodash.d.ts", "defs/node/node.d.ts", "defs/nodeunit/nodeunit.d.ts", "defs/tsd.d.ts", "defs/underscore.string/underscore.string.d.ts", "tasks/modules/amdLoader.ts", "tasks/modules/cacheUtils.ts", "tasks/modules/compile.ts", "tasks/modules/defaults.ts", "tasks/modules/html2ts.ts", "tasks/modules/interfaces.d.ts", "tasks/modules/optionsResolver.ts", "tasks/modules/reference.ts", "tasks/modules/templateCache.ts", "tasks/modules/transformers.ts", "tasks/modules/tsconfig.ts", "tasks/modules/utils.ts", "tasks/modules/visualStudioOptionsResolver.ts", "tasks/scratch.ts", "tasks/ts.ts", "test/commandLineAssertions.ts", "test/optionsResolverTests.ts", "test/references-transform-library.d.ts", "test/test.ts" ], "exclude": [] }