JaBa/helpers/Music/tsconfig.json
2022-09-10 23:38:11 +05:00

18 lines
419 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"strictNullChecks": false,
"esModuleInterop": true,
"pretty": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true
},
"include": [
"src/**/*"
]
}