mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"jsx": "react"
|
|
},
|
|
"include": [
|
|
"./src/components/YulioID/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |