mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"baseUrl": "./js",
|
|
"target": "ES2018",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "Node",
|
|
"allowJs": true,
|
|
"lib": [
|
|
"ES2018",
|
|
"DOM"
|
|
],
|
|
"strict": true
|
|
}
|
|
}
|