22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"moduleResolution": "node",
|
|
"lib": ["es2015", "dom"],
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"outDir": "node_modules/lib2_built",
|
|
"types": [],
|
|
"rootDir": "."
|
|
},
|
|
"files": [
|
|
"src/lib2.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"skipTemplateCodegen": true,
|
|
"flatModuleId": "lib2_built",
|
|
"flatModuleOutFile": "index.js"
|
|
}
|
|
} |