11 lines
164 B
JSON
11 lines
164 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "ES2020",
|
||
|
|
"moduleResolution": "Node",
|
||
|
|
"outDir": "out"
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*.ts"
|
||
|
|
]
|
||
|
|
}
|