radiostasis/src/tsconfig.json

15 lines
351 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "es5",
"module": "none",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outFile": "../site/radiostasis.js",
"lib": ["DOM", "ESNext"],
2023-04-09 17:50:17 -05:00
"plugins": [{"name": "typescript-eslint-language-service"}],
"rootDir": "./"
}
}