ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
15 lines (14 loc) • 341 B
JSON
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [],
"resolveJsonModule": true,
"esModuleInterop": true
},
"files": ["main.ts", "polyfills.ts"],
"exclude": ["**/*.d.ts", "test.ts", "**/*.spec.ts", "templates/*.ts"],
"angularCompilerOptions": {
"enableIvy": true
}
}