UNPKG

@globalart/warface-api

Version:
26 lines (25 loc) 663 B
{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "target": "es2017", "sourceMap": false, "outDir": "./dist", "baseUrl": "./src", "rootDir": "./src", "incremental": true, "esModuleInterop": true, "skipLibCheck": true, "strictNullChecks": false, "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false, "noFallthroughCasesInSwitch": false }, "include": ["./src/**/*"], "exclude": ["node_modules"] }