14 lines
251 B
JSON
14 lines
251 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
"lib": ["ESNext"],
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "./build",
|
||
|
"rootDir": "./src",
|
||
|
"noEmit": true,
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true
|
||
|
}
|
||
|
}
|