ng-datatable/tsconfig.json

28 lines
530 B
JSON
Raw Normal View History

2018-06-07 08:22:21 -04:00
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
2018-06-07 12:17:36 -04:00
],
"paths": {
"ng-datatable": [
"dist/ng-datatable"
],
"ng-datatable/*": [
"dist/ng-datatable/*"
]
}
2018-06-07 08:22:21 -04:00
}
2018-06-07 12:17:36 -04:00
}