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

19 lines
421 B
JSON

{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"outDir": "./dist/",
"rootDir": "./hydro/",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"allowJs": false
},
"exclude": [
"node_modules",
"dist",
"tool"
]
}