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