mirror of https://github.com/waku-org/waku-lab.git
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/**/*"
|
||
|
]
|
||
|
}
|