mirror of
https://github.com/DerTyp7/react-teamspeak-remote-app-api-types.git
synced 2025-10-28 12:22:15 +01:00
13 lines
212 B
JSON
13 lines
212 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"declaration": true,
|
|
"declarationDir": "./dist",
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"strict": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|