ng2-fittext/tsconfig.es5.json
2017-11-14 11:07:08 +01:00

34 lines
944 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-es5/",
"skipLibCheck": true,
"sourceMap": true,
"stripInternal": true,
"suppressImplicitAnyIndexErrors": true,
"target": "es5",
"typeRoots": [
"./node_modules/@types"
]
},
"files": [
"./build/index.ts"
],
"awesomeTypescriptLoaderOptions": {
"forkChecker": true
}
}