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