philomena/assets/tsconfig.json
2024-05-01 00:32:44 -05:00

16 lines
273 B
JSON

{
"compilerOptions": {
"noEmit": true,
"baseUrl": "./js",
"target": "ES2018",
"esModuleInterop": true,
"moduleResolution": "Node",
"allowJs": true,
"skipLibCheck": true,
"lib": [
"ES2018",
"DOM"
],
"strict": true
}
}