first commit - the initial version of ng2-fittext, not best but good

This commit is contained in:
Lorenzo Iovino 2017-03-14 13:46:18 +01:00
commit abf9e20a50
7 changed files with 125 additions and 0 deletions

18
tsconfig.json Normal file
View file

@ -0,0 +1,18 @@
{
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es5",
"sourceMap": true,
"inlineSources": false,
"declaration": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"stripInternal": true,
"skipLibCheck": true
},
"files": [
"ng2-fittext.ts",
"ng2-fittext.d.ts"
]
}