11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"strict": true
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|