8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./built",
|
|
"allowJs": true,
|
|
"target": "ES6"
|
|
},
|
|
"include": [ "./src/**/*" ]
|
|
} |