2021-01-27 14:48:47 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./dist/",
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es2015",
|
|
|
|
"jsx": "react",
|
|
|
|
"allowJs": true,
|
2023-06-13 19:06:16 +02:00
|
|
|
"baseUrl": ".",
|
|
|
|
"typeRoots": [
|
|
|
|
"./node_modules/@types"
|
|
|
|
]
|
2021-01-27 14:48:47 +02:00
|
|
|
}
|
|
|
|
}
|