34 lines
950 B
JSON
34 lines
950 B
JSON
{
|
|
"angularCompilerOptions": {
|
|
"annotateForClosureCompiler": true,
|
|
"flatModuleId": "ng2-fittext",
|
|
"flatModuleOutFile": "ng2-fittext.js",
|
|
"genDir": "../out-tsc/lib-gen-dir/",
|
|
"strictMetadataEmit": true,
|
|
"skipTemplateCodegen": true
|
|
},
|
|
"compilerOptions": {
|
|
"baseUrl": "",
|
|
"declaration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es2015", "dom"],
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "./out-tsc/lib-es2015/",
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"stripInternal": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"target": "es2015",
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
]
|
|
},
|
|
"files": [
|
|
"./build/index.ts"
|
|
],
|
|
"awesomeTypescriptLoaderOptions": {
|
|
"forkChecker": true
|
|
}
|
|
}
|