19 lines
No EOL
388 B
JSON
19 lines
No EOL
388 B
JSON
{
|
|
"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",
|
|
"index.ts"
|
|
]
|
|
} |