philomena/assets/tsconfig.json

17 lines
273 B
JSON
Raw Normal View History

{
"compilerOptions": {
"noEmit": true,
"baseUrl": "./js",
"target": "ES2018",
"esModuleInterop": true,
"moduleResolution": "Node",
"allowJs": true,
2022-04-03 01:15:34 +02:00
"skipLibCheck": true,
"lib": [
"ES2018",
"DOM"
],
"strict": true
}
}