11 lines
195 B
JSON
11 lines
195 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true,
|
||
|
"target": "ES5",
|
||
|
"module": "CommonJS",
|
||
|
"outDir": "./build",
|
||
|
"rootDir": "./src",
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|