waku-lab/examples/dogfooding/tsconfig.json
Arseniy Klempner e2ab5ae30f
feat: add first version of dogfooding app (#68)
Co-authored-by: Sasha <oleksandr@status.im>
2024-07-23 01:35:13 +02:00

14 lines
259 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"jsx": "react",
"allowJs": true,
"moduleResolution": "node"
},
"include": [
"./src/**/*"
]
}