Added angular-librarian for manage library
This commit is contained in:
parent
9d174550f5
commit
e625f9fd30
44 changed files with 1867 additions and 228 deletions
34
tsconfig.es5.json
Normal file
34
tsconfig.es5.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue