9 lines
83 B
JSON
9 lines
83 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./test"
|
||
|
},
|
||
|
"include": [
|
||
|
"./_src/**/*"
|
||
|
]
|
||
|
}
|