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