mirror of
https://github.com/AtHeartEngineering/zk-kit.git
synced 2026-04-20 03:00:15 -04:00
8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noImplicitAny": false
|
|
},
|
|
"include": ["src", "rollup.config.ts"]
|
|
}
|