ScreenSharingThing/Server/tsconfig.json
2023-07-02 15:51:49 +02:00

13 lines
247 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"outDir": "lib/",
"sourceMap": true,
"declaration": true,
"noImplicitAny": false
},
"exclude": ["node_modules"],
"include": ["src"]
}