10 lines
129 B
JSON
10 lines
129 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|