ng2-fittext/tsconfig.json
2017-03-16 23:03:48 +01:00

19 lines
No EOL
386 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,
"inlineSources": false,
"declaration": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"stripInternal": true,
"skipLibCheck": true
},
"files": [
"ng2fittext.ts",
"ng2fittext.d.ts",
"index.ts"
]
}