mirror of
https://github.com/logos-storage/logos-storage-js.git
synced 2026-01-02 05:23:12 +00:00
14 lines
186 B
JSON
14 lines
186 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"include": [
|
|
"src"
|
|
],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM",
|
|
],
|
|
"outDir": "./dist"
|
|
}
|
|
} |