okta-delete-relay / tsconfig.json
CharlieBoyer's picture
CharlieBoyer HF Staff
Create tsconfig.json
561d45d verified
raw
history blame contribute delete
308 Bytes
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "bundler",
"outDir": "dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}