solana-program-library/token/js/tsconfig.json

9 lines
158 B
JSON

{
"extends": "./tsconfig.all.json",
"include": ["src", "test"],
"compilerOptions": {
"noEmit": true,
"skipLibCheck": true
}
}