Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compilerOptions": {
- "target": "ES2020",
- "module": "ESNext",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true,
- "moduleResolution": "node",
- "outDir": "./dist",
- "resolveJsonModule": true
- },
- "include": [
- "src/**/*.ts"
- , "src/index.tss", "src/index.tsx" ],
- "exclude": [
- "node_modules"
- ]
- }
Add Comment
Please, Sign In to add comment