Spaces:
Running
Running
{ | |
"compilerOptions": { | |
"target": "ES2020", | |
"module": "ESNext", | |
"moduleResolution": "Bundler", | |
"outDir": "./dist", | |
"rootDir": "./src", | |
"declaration": false, | |
"sourceMap": true, | |
"allowSyntheticDefaultImports": true, | |
"esModuleInterop": true, | |
"allowJs": true, | |
"strict": true, | |
"skipLibCheck": true, | |
"forceConsistentCasingInFileNames": true, | |
"resolveJsonModule": true, | |
"isolatedModules": true, | |
"types": ["node"] | |
}, | |
"include": ["src/**/*"], | |
"exclude": ["dist", "node_modules"] | |
} | |