UNPKG

anonymous-student

Version:

Anonymous student is used to retrieve and save information from our website users.

30 lines (29 loc) 594 B
{ "include": [ "**/*" ], "compilerOptions": { "allowJs": false, "target": "es2020", "lib": [ "es5", "es6", "dom", "es7" ], "experimentalDecorators": true, "paths": { "config": [ "src/config/dev/config.ts" ] }, "baseUrl": "./", "outDir": "bin", "types": [ ], "module": "CommonJS", "moduleResolution": "node", "emitDecoratorMetadata": true, "declaration":true } }