返回 marp
tsconfig.json
根目录 / tsconfig.json
1 {
2 "extends": "@tsconfig/recommended/tsconfig.json",
3 "compilerOptions": {
4 "lib": ["es2015", "dom"],
5 "noImplicitAny": false,
6 "resolveJsonModule": true,
7 "strict": true
8 }
9 }
10
10 lines JSON