13 lines
215 B
JSON
13 lines
215 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNEXT",
|
||
|
"module": "commonjs",
|
||
|
"jsx": "react",
|
||
|
"sourceMap": true,
|
||
|
"rootDir": "src",
|
||
|
"outDir": "lib",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|