mirror of
https://github.com/morten-olsen/reservoir.git
synced 2026-02-08 01:46:24 +01:00
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"extends": "@morten-olsen/reservoir-configs/tsconfig.json"
|
|
}
|