platform/packages/platform-rig/profiles/default/tsconfig.json
Andrey Platov 4f147640c5
DocWithState trigger
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-10-10 12:46:46 +02:00

11 lines
206 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"declaration": true,
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"types": ["heft-jest"]
}
}