mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 10:35:18 +00:00
11 lines
215 B
JSON
11 lines
215 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"moduleResolution": "node",
|
|
"lib": ["esnext"],
|
|
"module": "commonjs",
|
|
"resolveJsonModule": true,
|
|
"allowJs": true
|
|
}
|
|
}
|