11 lines
No EOL
217 B
JSON
11 lines
No EOL
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2020",
|
|
"sourceMap": true,
|
|
"outDir": "build"
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |