open-saas/template/e2e-tests/tsconfig.json
Martin Šošić 04553cd60c
All in dirs (#154)
* Split the project into template and opensaas-sh (demo app (diff) + docs).

* fix
2024-06-04 13:24:32 +02:00

11 lines
182 B
JSON

{
"compilerOptions": {
"types": ["node"],
"module": "commonjs",
"target": "es5",
"noImplicitAny": false,
"sourceMap": false,
"lib": ["DOM", "ES2015"]
}
}