mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-10 12:36:12 +00:00
f46ce77f57
Created with bitjson/typescript-starter@586cdb3029
12 lines
177 B
JSON
12 lines
177 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"outDir": "build/module",
|
|
"module": "esnext"
|
|
},
|
|
"exclude": [
|
|
"node_modules/**"
|
|
]
|
|
}
|