11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "esnext",
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"moduleResolution": "node"
|
|
}
|
|
} |