UNPKG

jec-glasscat

Version:

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

27 lines (24 loc) 552 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": "./", "skipLibCheck": true }, "filesGlob": [ "./src/**/*.ts", "./webapp/**/*.ts" ], "exclude": [ "./webapp/node_modules" ] }