UNPKG

@tomei/sso

Version:
24 lines 638 B
{ "compilerOptions": { "module": "commonjs", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "moduleResolution": "node", "target": "es6", "sourceMap": true, "outDir": "./dist", "baseUrl": "./src", "rootDir": "./", "incremental": true, "skipLibCheck": true, "noImplicitAny": false, "strictBindCallApply": false, "forceConsistentCasingInFileNames": false, "noFallthroughCasesInSwitch": false, "strictNullChecks": false, }, "exclude": ["node_modules", "dist"] }