save-network-traffic/tsconfig.json

16 lines
328 B
JSON

{
"compilerOptions": {
"strict": true,
"module": "ES2022",
"target": "ES2022",
"esModuleInterop": true,
"sourceMap": true,
"rootDir": "src",
"outDir": "dist/js",
"noEmitOnError": true,
"typeRoots": [
"node_modules/@types"
]
}
}