8 lines
98 B
JSON
8 lines
98 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs"
|
||
|
},
|
||
|
"include": [
|
||
|
"build.ts"
|
||
|
]
|
||
|
}
|