peerjs-server/tsconfig.json
2023-02-14 20:49:59 +01:00

12 lines
269 B
JSON

{
"extends": "@tsconfig/node16-strictest-esm/tsconfig.json",
"compilerOptions": {
"lib": ["esnext"],
"noEmit": true,
"resolveJsonModule": true,
"exactOptionalPropertyTypes": false
},
"include": ["./src/**/*", "__test__/**/*"],
"exclude": ["test", "bin"]
}