Initial commit
This commit is contained in:
25
node_modules/motion-utils/tsconfig.json
generated
vendored
Normal file
25
node_modules/motion-utils/tsconfig.json
generated
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"extends": "config/tsconfig.json",
|
||||
"filesGlob": ["./src/**/*.ts"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"build",
|
||||
"**/__tests__/*",
|
||||
"jest.setup.tsx",
|
||||
"dev",
|
||||
"types",
|
||||
"dev/examples.framer",
|
||||
"test",
|
||||
"skins",
|
||||
"dist",
|
||||
"temp",
|
||||
"api",
|
||||
"cypress"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"declarationDir": "types",
|
||||
"outDir": "lib",
|
||||
"rootDir": "src"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user