@@ -1,4 +1,5 @@
{
+ "$schema": "http://json.schemastore.org/tsconfig",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"resolveJsonModule": true,
"extends": "./tsconfig.base.json",
"module": "esnext",
"noResolve": false,
"extends": "./tsconfig.build.server.json",
"paths": {
"outDir": "transpiled",
"module": "commonjs",
},
"rootDir": "./src",
"baseUrl": "."
"baseUrl": ".",
"jsx": "preserve",
"target": "es2019",