30 lines
623 B
Plaintext
30 lines
623 B
Plaintext
{
|
|
"projectFileVersion": 4,
|
|
"projectName": "Complex Test Project",
|
|
"authorName": ["Author One", "Author Two"],
|
|
"sourceFiles": [
|
|
"dialogue/**/*.yarn",
|
|
"scripts/**/*.yarn"
|
|
],
|
|
"excludeFiles": [
|
|
"**/*.backup.yarn",
|
|
"dialogue/deprecated/**/*.yarn"
|
|
],
|
|
"baseLanguage": "en",
|
|
"localisation": {
|
|
"zh-Hans": {
|
|
"strings": "translations/zh-Hans.csv"
|
|
}
|
|
},
|
|
"definitions": ["custom-commands.ysls.json"],
|
|
"compilerOptions": {
|
|
"requireVariableDeclarations": true,
|
|
"allowPreviewFeatures": false
|
|
},
|
|
"editorOptions": {
|
|
"yarnScriptEditor": {
|
|
"theme": "dark"
|
|
}
|
|
}
|
|
}
|