mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 08:26:22 +02:00
11 lines
No EOL
196 B
JSON
11 lines
No EOL
196 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |