12 lines
225 B
JSON
12 lines
225 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "node",
|
||
|
"outDir": "build",
|
||
|
"rootDir": "src",
|
||
|
"target": "ES2017"
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|