mirror of
https://github.com/oceanprotocol/ens-proxy.git
synced 2024-11-14 09:14:59 +01:00
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"isolatedModules": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["**/*.ts", "**/*.tsx"]
|
|
}
|