philomena/assets/tsconfig.json

9 lines
138 B
JSON

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