webamp/packages/webamp-modern/tsconfig.json
2020-07-03 21:21:31 -07:00

17 lines
393 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs",
"target": "esnext",
"allowJs": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"strict": true,
"jsx": "preserve",
"noEmit": true,
"pretty": true
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "built"]
}