9 lines
123 B
JSON
9 lines
123 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./build",
|
||
|
|
"declaration": true,
|
||
|
|
"allowJs": true
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|