mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-12 14:08:50 +08:00
* Adds Lerna and merges control plane repo * Re-adds `npm run start` as access pattern * Fixes eslint rules for react * Tweaks to Dockerfiles * Tweak to test runner
18 lines
No EOL
462 B
JSON
18 lines
No EOL
462 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"pretty": true,
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"noEmit": false
|
|
}
|
|
}
|
|
|