UNPKG

@nguniversal/express-engine

Version:

Express Engine for running Server Angular Apps

23 lines (22 loc) 524 B
{ "compilerOptions": { "baseUrl": "./", "lib": ["ES2019", "dom"], "module": "commonjs", "moduleResolution": "node", "outDir": "../../../dist/schematics", "noEmitOnError": false, "skipDefaultLibCheck": true, "skipLibCheck": true, "sourceMap": true, "target": "ES2019", "types": ["jasmine", "node"], "paths": { "@nguniversal/*": ["../../*"] } }, "exclude": ["**/*.spec.ts", "*/files/**/*"], "bazelOptions": { "suppressTsconfigOverrideWarnings": true } }