philomena/assets/tsconfig.json
Chaska d3a1b1f1c0 Revert "Merge pull request #4 from philomena-dev/master"
This reverts commit 42d87937eb, reversing
changes made to 2cd8830191.

merp
2024-05-01 00:52:05 -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
}
}