remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/libs/remix-url-resolver/tsconfig.json

18 lines
398 B

6 years ago
{
5 years ago
"extends": "../../tsconfig.json",
6 years ago
"compileOnSave": false,
"include": ["./src"],
"compilerOptions": {
"sourceMap": true,
"declaration": true,
6 years ago
"module": "commonjs",
"strict": true,
"noImplicitAny": false,
"strictPropertyInitialization": false,
"target": "es5",
"typeRoots": ["node_modules/@types"],
"lib": ["dom", "es2018"],
5 years ago
"types": ["node"],
6 years ago
}
}