mirror of
https://github.com/MCSManager/UI.git
synced 2024-11-21 03:15:46 +08:00
14 lines
165 B
JSON
Executable File
14 lines
165 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"jsx": "preserve",
|
|
},
|
|
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
} |