angular-gantt
Version:
Gantt chart component for AngularJS
30 lines (29 loc) • 534 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["src/*"]
},
"experimentalDecorators": true,
"target": "es6",
"module": "es2015",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"types": [
"chai",
"mocha",
"node",
"sinon",
"sinon-chai",
"angular",
"moment-range"
],
"typeRoots": [
"node_modules/@types"
],
"awesomeTypescriptLoaderOptions": {
"useBabel": true,
"useCache": true
}
}
}