first
This commit is contained in:
20
node_modules/less/tsconfig.json
generated
vendored
Normal file
20
node_modules/less/tsconfig.json
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./lib",
|
||||
"rootDir": ".",
|
||||
"allowJs": true,
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"esModuleInterop": true,
|
||||
"importHelpers": true,
|
||||
"noImplicitAny": true,
|
||||
"target": "ES5"
|
||||
},
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"rootDir": "."
|
||||
}
|
||||
},
|
||||
"include": ["**/*"],
|
||||
"exclude": ["node_modules", "lib/**/*"]
|
||||
}
|
Reference in New Issue
Block a user