platform/packages/platform-rig/profiles/package/tsconfig.json
Andrey Sobolev 9075e300ca
:Apply templates (#3799)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-10-07 16:38:21 +06:00

19 lines
426 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"declaration": true,
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"types": ["jest"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"incremental": false,
"declarationMap": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"rootDir": "./src",
"outDir": "./lib"
}
}