UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

17 lines (16 loc) 369 B
{ "extends": "../tsconfig.lib.prod.json", "compilerOptions": { "baseUrl": ".", "rootDir": ".", "paths": { "@ohayo/acl": ["../../dist/@ohayo/acl"], "@ohayo/util": ["../../dist/@ohayo/util"] } }, "angularCompilerOptions": { "annotateForClosureCompiler": true, "strictMetadataEmit": false, "skipTemplateCodegen": true } }