2021-03-31 18:14:03 +02:00
|
|
|
{
|
2021-08-02 12:12:08 +02:00
|
|
|
"compilerOptions":
|
|
|
|
{
|
2021-04-29 17:40:20 +02:00
|
|
|
"outDir": "./src",
|
2021-03-31 18:14:03 +02:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"module": "es6",
|
2021-08-02 12:12:08 +02:00
|
|
|
"removeComments": true,
|
2021-05-18 12:17:38 +02:00
|
|
|
"target": "es5",
|
2021-03-31 18:14:03 +02:00
|
|
|
"jsx": "react",
|
|
|
|
"allowJs": true
|
2021-08-02 12:12:08 +02:00
|
|
|
},
|
|
|
|
"include": ["src/*.ts"],
|
|
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
2021-03-31 18:14:03 +02:00
|
|
|
}
|