Current section

Files

Jump to
phx_new templates phx_assets tsconfig.json
Raw

templates/phx_assets/tsconfig.json

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["node_modules/*", "../deps/*"]
},
"allowJs": true,
"noEmit": true
},
"include": ["js/**/*"]
}