mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
rebuild language module
change module to ESM
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"jsx": "react-jsx",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"rootDir": "src",
|
||||
// "rootDir": "src",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitReturns": true,
|
||||
"noImplicitThis": false,
|
||||
@@ -41,15 +41,7 @@
|
||||
"ssr": false
|
||||
}
|
||||
],
|
||||
"include": ["src"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"build",
|
||||
"scripts",
|
||||
"acceptance-tests",
|
||||
"webpack",
|
||||
"jest",
|
||||
"src/setupTests.ts"
|
||||
],
|
||||
"include": ["src/**/*", "*.mjs", "./tools/**/*"],
|
||||
"exclude": ["node_modules", "build", "scripts", "webpack", "jest"],
|
||||
"includes": ["styled-components.d.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user