philomena/assets/tsconfig.json

10 lines
138 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"noEmit": true,
"baseUrl": "./js",
"target": "ES2018",
"allowJs": true,
"strict": true
}
}