ScreenSharingThing/Server/tsconfig.json

13 lines
247 B
JSON
Raw Normal View History

2023-07-02 13:51:49 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"outDir": "lib/",
"sourceMap": true,
"declaration": true,
"noImplicitAny": false
},
"exclude": ["node_modules"],
"include": ["src"]
}