wishthis/node_modules/less/tsconfig.build.json

7 lines
108 B
JSON
Raw Permalink Normal View History

2023-08-17 09:47:40 +00:00
{
"extends": "./tsconfig",
"compilerOptions": {
"rootDir": "./src",
},
"include": ["src/**/*"]
}