postiz/apps/sdk/tsconfig.json

16 lines
341 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"esModuleInterop": true,
"rootDir": "../../",
"incremental": false
},
"include": ["src"]
}