mirror of
https://github.com/jcreek/SelectionWheel.git
synced 2026-07-13 03:03:44 +00:00
8 lines
155 B
JSON
8 lines
155 B
JSON
{
|
|
"compilerOptions": {
|
|
"preserveConstEnums": true
|
|
},
|
|
"include": ["src/**/*", "src/custom.d.ts"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
}
|