Skip to content

Commit a18c83e

Browse files
committed
chore:update tsconfig.json
1 parent 7011c40 commit a18c83e

File tree

16 files changed

+16
-141
lines changed

16 files changed

+16
-141
lines changed
+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true
9-
}
2+
"extends": "../tsconfig.json"
103
}

tests/anchor-cli-idl/tsconfig.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true
9-
}
2+
"extends": "../tsconfig.json"
103
}

tests/declare-id/tsconfig.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai", "node"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true,
9-
"skipLibCheck": true
10-
}
2+
"extends": "../tsconfig.json"
113
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true,
9-
"skipLibCheck": true
10-
}
2+
"extends": "../tsconfig.json"
113
}

tests/optional/tsconfig.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true,
9-
"skipLibCheck": true,
10-
"strict": true
11-
}
2+
"extends": "../tsconfig.json"
123
}

tests/pda-derivation/tsconfig.json

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
{
2-
"include": ["./target/types/pda_derivation.ts"],
3-
"compilerOptions": {
4-
"types": ["mocha", "chai"],
5-
"typeRoots": ["./node_modules/@types"],
6-
"lib": ["es2015"],
7-
"module": "commonjs",
8-
"target": "es6",
9-
"esModuleInterop": true,
10-
"skipLibCheck": true
11-
}
2+
"extends": "../tsconfig.json"
123
}

tests/pyth/tsconfig.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true
9-
}
2+
"extends": "../tsconfig.json"
103
}

tests/realloc/tsconfig.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true
9-
}
2+
"extends": "../tsconfig.json"
103
}
+1-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
{
2-
"include": ["./target/types/relations_derivation.ts"],
3-
"compilerOptions": {
4-
"types": ["mocha", "chai"],
5-
"typeRoots": ["./node_modules/@types"],
6-
"lib": ["es2015"],
7-
"module": "commonjs",
8-
"target": "es6",
9-
"esModuleInterop": true,
10-
"skipLibCheck": true
11-
}
2+
"extends": "../tsconfig.json"
123
}

tests/safety-checks/tsconfig.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true
9-
}
2+
"extends": "../../tsconfig.json"
103
}

tests/solang/tsconfig.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true,
9-
"skipLibCheck": true
10-
}
2+
"extends": "../tsconfig.json"
113
}
+1-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai", "node"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true,
9-
"skipLibCheck": true
10-
}
2+
"extends": "../../tsconfig.json"
113
}

tests/spl/token-wrapper/tsconfig.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai", "node"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true,
9-
"skipLibCheck": true
10-
}
2+
"extends": "../../tsconfig.json"
113
}

tests/spl/transfer-hook/tsconfig.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai", "node"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true,
9-
"skipLibCheck": true
10-
}
2+
"extends": "../../tsconfig.json"
113
}

tests/typescript/tsconfig.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true
9-
}
2+
"extends": "../tsconfig.json"
103
}

tests/validator-clone/tsconfig.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
{
2-
"compilerOptions": {
3-
"types": ["mocha", "chai"],
4-
"typeRoots": ["./node_modules/@types"],
5-
"lib": ["es2015"],
6-
"module": "commonjs",
7-
"target": "es6",
8-
"esModuleInterop": true,
9-
"skipLibCheck": true
10-
}
2+
"extends": "../tsconfig.json"
113
}

0 commit comments

Comments
 (0)