Files
networkException b73d2dab3d Meta: Inital commit
2020-12-18 16:21:05 +01:00

15 lines
292 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"esModuleInterop": true,
"sourceMap": true,
"rootDir": ".",
"typeRoots": [
"./node_modules/@types"
]
},
"exclude": [
"node_modules"
]
}