14 lines
132 B
JSON
14 lines
132 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir":".",
|
||
|
"allowJs":true
|
||
|
},
|
||
|
"include":[
|
||
|
"src/**/*"
|
||
|
],
|
||
|
"exclude":[
|
||
|
"node_modules",
|
||
|
"lib"
|
||
|
]
|
||
|
}
|