mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-04-22 01:03:45 +00:00
9 lines
96 B
JSON
9 lines
96 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir":"./build",
|
|
"allowJs":true
|
|
},
|
|
"include":[
|
|
"src/**/*"
|
|
]
|
|
} |