ConnectivityExporter/tsconfig.json

10 lines
168 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"target": "ES2020",
"outDir": "lib/"
},
"include": ["src/"]
}