mirror of
https://github.com/typeorm/typeorm
synced 2026-05-24 10:19:06 +00:00
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"inlineSources": true,
|
|
"outDir": "build/package"
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src"]
|
|
}
|