mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-13 22:01:49 -04:00
0b9ccca95b
chore: move cli generator into this repo
16 lines
331 B
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
|
|
}
|
|
}
|