mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 03:10:26 -05:00
15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es2017",
|
|
"outDir": "./dist",
|
|
"baseUrl": "./src",
|
|
"incremental": true,
|
|
}
|
|
}
|