stoat-for-desktop/stoat.js/tsconfig.json

16 lines
331 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "es6",
"moduleResolution": "bundler",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"outDir": "./lib",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}