ng-datatable/tsconfig.json

30 lines
679 B
JSON
Raw Permalink Normal View History

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