15 lines
295 B
JSON
15 lines
295 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"jsx": "preserve",
|
||
|
"allowJs": true,
|
||
|
"rootDir": "src",
|
||
|
"esModuleInterop": true,
|
||
|
"lib": ["DOM", "ESNext"],
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "Node",
|
||
|
"sourceMap": true,
|
||
|
"target": "ES2016",
|
||
|
"strict": true,
|
||
|
}
|
||
|
}
|