philomena/assets/tsconfig.json
2023-05-18 12:52:15 +02: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
}
}