14 lines
234 B
JSON
14 lines
234 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "CommonJS",
|
||
|
"moduleResolution": "node",
|
||
|
"strict": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src/main/app.ts"
|
||
|
]
|
||
|
}
|