UNPKG

jec-glasscat

Version:

JEC GlassCat - The GlassCat Aplication Server is the default JEC implementation.

29 lines 656 B
{ "compilerOptions": { "target":"ES6", "module": "commonjs", "moduleResolution": "node", "sourceMap": false, "diagnostics": false, "noImplicitAny": false, "removeComments": true, "preserveConstEnums": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "baseUrl": "." }, "filesGlob": [ "./src/com/**/*.ts", "./test/**/*.ts" ], "exclude": [ "node_modules", "admin/webapp/node_modules", "workspace/**/*", "public/**/*", "assets/**/*", "typings/**/*", "src/resources/**/*" ] }