Take 2 on getting tsc to behave (#97)

This commit is contained in:
Marshall Polaris 2022-04-25 08:46:20 -07:00 committed by GitHub
parent 4d48c98975
commit 44107ccbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,10 @@
"jsx": "preserve",
"incremental": true
},
"watchOptions": {
"excludeDirectories": [".next"]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "../common/**/*.ts"],
"exclude": ["node_modules", ".next"]
"exclude": ["node_modules"]
}