philomena/assets/tsconfig.json
2022-01-31 14:28:38 -05:00

15 lines
247 B
JSON

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