mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 09:07:08 +00:00
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|