mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
18 lines
419 B
JSON
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/**/*"
|
|
]
|
|
}
|