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

28 lines
671 B
JSON

{
"angularCompilerOptions": {
"strictMetadataEmit": true,
"skipTemplateCodegen": true
},
"compilerOptions": {
"baseUrl": "",
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es2015", "dom"],
"mapRoot": "./",
"module": "es2015",
"moduleResolution": "node",
"outDir": "./dist",
"sourceMap": true,
"target": "es5",
"typeRoots": [
"./node_modules/@types"
]
},
"files": [
"./src/index.ts"
],
"awesomeTypescriptLoaderOptions": {
"forkChecker": true
}
}