9f9445e218
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
19 lines
311 B
JSON
19 lines
311 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"strict": false,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"jsx": "react",
|
|
},
|
|
"ts-node": {
|
|
"transpileOnly": true
|
|
}
|
|
} |