UNPKG

angular2-data-table

Version:

angular2-data-table is a Angular2 component for presenting large and complex data.

44 lines (43 loc) 1.04 kB
{ "compilerOptions": { "target": "es5", "module": "commonjs", "moduleResolution": "node", "declaration": true, "noEmitHelpers": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "sourceMap": true, "pretty": true, "allowUnreachableCode": true, "allowUnusedLabels": true, "noImplicitAny": false, "noImplicitReturns": false, "noImplicitUseStrict": false, "noFallthroughCasesInSwitch": false, "allowSyntheticDefaultImports": true, "suppressExcessPropertyErrors": true, "suppressImplicitAnyIndexErrors": true, "outDir": "release", "declarationDir": "release", "lib": ["es6", "dom"], "skipLibCheck": true }, "files": [ "src/declarations.d.ts", "src/index.ts" ], "exclude": [ "node_modules", "demo" ], "compileOnSave": false, "buildOnSave": false, "awesomeTypescriptLoaderOptions": { "forkChecker": false }, "angularCompilerOptions": { "genDir": "release/", "skipMetadataEmit": false } }