{ "extends": "../../tsconfig.json", "compilerOptions": { "lib": [ "DOM" ], "outDir": "../../public/js" }, "include": [ "ts/**/*" ] }