feat: impl
This commit is contained in:
Vendored
+29
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user