mirror of
https://github.com/DerTyp7/react-teamspeak-remote-app-api.git
synced 2025-10-29 21:02:14 +01:00
16 lines
318 B
JSON
16 lines
318 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"noUncheckedIndexedAccess": true,
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"target": "es5"
|
|
},
|
|
"include": ["src"]
|
|
}
|