relay/src/client/tsconfig.json
Corban-Lee Jones d6382347d0
Some checks failed
Build / build (push) Failing after 32s
trying to figure out preline implementation
2025-05-08 01:16:06 +01:00

18 lines
379 B
JSON

{
"compilerOptions": {
"target": "ES5",
"outDir": "./public/generated/js",
"rootDir": "./src/ts",
"baseUrl": ".",
"sourceMap": false,
"esModuleInterop": true,
"noImplicitAny": true,
"typeRoots": [
"./src/types"
]
},
"include": [
"./src/ts/**/*",
"./src/types"
]
}