Spaces:
Building
Building
{ | |
"compilerOptions": { | |
"target": "ES6", | |
"module": "commonjs", | |
"outDir": "./dist", | |
"strict": true, | |
"esModuleInterop": true, | |
"skipLibCheck": true | |
}, | |
"include": ["src/**/*.ts"], | |
"exclude": ["node_modules"] | |
} | |