UIState/extensions/uistate-inspector/tsconfig.json

14 lines
356 B
JSON
Raw Normal View History

2023-06-02 04:25:21 +00:00
{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
}
}