mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"baseUrl": "./js",
|
|
"target": "ES2018",
|
|
"allowJs": true,
|
|
"strict": true
|
|
}
|
|
}
|