mirror of
https://github.com/logos-storage/logos-storage-js.git
synced 2026-01-02 13:33:07 +00:00
19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"include": [
|
|
"src"
|
|
],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"removeComments": false,
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM",
|
|
],
|
|
"outDir": "./dist",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"verbatimModuleSyntax": true,
|
|
"sourceMap": true
|
|
}
|
|
} |