UNPKG

227 BJSONView Raw
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "module": "es2015",
5 "outDir": "dist/ngx",
6 "rootDir": "www"
7 },
8 "include": ["www/ngx/index.ts"],
9 "angularCompilerOptions": {
10 "enableIvy": false
11 }
12}