mirror of
https://github.com/waku-org/waku-lab.git
synced 2025-01-23 14:21:51 +00:00
e2ab5ae30f
Co-authored-by: Sasha <oleksandr@status.im>
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
} |