@puzzlehq/sdk-core
Version:
Your portal to privacy
27 lines (26 loc) • 741 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
"lib": ["dom", "esnext", "es2017.object", "webworker"],
"types": ["node"],
"strict": false,
"noImplicitAny": false,
"noImplicitThis": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"downlevelIteration": true,
"importHelpers": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"skipLibCheck": true,
"strictNullChecks": true,
"outDir": "dist",
"typeRoots": ["node_modules/@types"],
"composite": true,
},
"include": ["src", "src/global.d.ts", "package.json"],
"exclude": ["node_modules"]
}