10 lines
156 B
JSON
10 lines
156 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist",
|
||
|
"allowJs": true,
|
||
|
"target": "es5"
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/**/*"
|
||
|
]
|
||
|
}
|