You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/tsconfig.json

16 lines
338 B
JSON

{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"outDir": "./dist/",
"rootDir": "./hydro/",
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true
},
"exclude": [
"node_modules",
"ui",
"build"
]
}