9 lines
126 B
JSON
9 lines
126 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./built",
|
||
|
"allowJs": true,
|
||
|
"target": "es5"
|
||
|
},
|
||
|
"include": ["./src/**/*"]
|
||
|
}
|