TeaSpeak-Client/native/serverconnection/test/js/tsconfig.json

18 lines
339 B
JSON

{
"compilerOptions": {
"module": "CommonJS",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"teaclient_connection.node": ["../../exports/exports.d.ts"]
},
"lib": [
"dom",
"es6",
"scripthost",
]
}
}